From 1b1997eb6c29e508317b7c3c5f00710e9f5ef1c8 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Fri, 5 Dec 2025 09:10:46 +0100 Subject: [PATCH] feat: add falco --- .../charts/monitor/templates/falco.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 foundation/charts/monitor/templates/falco.yaml diff --git a/foundation/charts/monitor/templates/falco.yaml b/foundation/charts/monitor/templates/falco.yaml new file mode 100644 index 0000000..754cddc --- /dev/null +++ b/foundation/charts/monitor/templates/falco.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: falco-operator + namespace: argocd +spec: + project: foundation + source: + repoURL: https://falcosecurity.github.io/charts + targetRevision: 7.0.2 + chart: falco + helm: + releaseName: falco + destination: + server: https://kubernetes.default.svc + namespace: foundation + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true