19 lines
384 B
YAML
19 lines
384 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- dashboard-api-key.sealedsecret.yaml
|
|
- bouncer-api-key.sealedsecret.yaml
|
|
- bouncer.middleware.yaml
|
|
|
|
|
|
namespace: crowdsec
|
|
|
|
|
|
helmCharts:
|
|
- name: crowdsec
|
|
releaseName: crowdsec
|
|
version: 0.12.0
|
|
valuesFile: values.yaml
|
|
repo: https://crowdsecurity.github.io/helm-charts
|