migrate falco deployment to operator
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s

This commit is contained in:
2026-08-10 21:14:38 -04:00
parent f183d7f8dc
commit caedb9ab8d
7 changed files with 57 additions and 11 deletions
+9 -5
View File
@@ -9,21 +9,25 @@ spec:
project: default
sources:
- repoURL: https://falcosecurity.github.io/charts
chart: falco
# Chart 9.1.0 deploys Falco app version 0.44.1.
targetRevision: 9.1.0
chart: falco-operator
# Operator chart 0.3.1 deploys Falco Operator 0.4.1.
targetRevision: 0.3.1
helm:
valueFiles:
- $values/falco/falco-values.yaml
- $values/falco/falco-operator-values.yaml
- repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
ref: values
- repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
path: falco/operator-resources
destination:
server: https://kubernetes.default.svc
namespace: falco
namespace: falco-operator
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true