organize deployment configuration
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m6s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m6s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: falco
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- falco-instance.yaml
|
||||
- falco-config.yaml
|
||||
- container-plugin.yaml
|
||||
- custom-rulesfile.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: falco-custom-rules
|
||||
files:
|
||||
- rules.yaml=custom-rules.yaml
|
||||
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
Reference in New Issue
Block a user