organize deployment configuration
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m6s

This commit is contained in:
2026-08-15 13:17:46 -04:00
parent 12f3276465
commit fc53e16dd4
18 changed files with 26 additions and 13 deletions
@@ -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