From 71d099932ef2c7dec28fdde1e124622d4df0e1b4 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Mon, 21 Oct 2024 17:44:25 +0200 Subject: [PATCH] test --- config/falco.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 config/falco.yaml diff --git a/config/falco.yaml b/config/falco.yaml new file mode 100644 index 00000000..13f02e09 --- /dev/null +++ b/config/falco.yaml @@ -0,0 +1,36 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: falco + namespace: argocd +spec: + project: default + source: + chart: falco + repoURL: https://falcosecurity.github.io/charts + targetRevision: 4.11.1 + helm: + releaseName: falco + values: | + metrics: + enabled: true + serviceMonitor: + create: true + grafana: + dashboards: + enabled: true + collectors: + kubernetes: + enabled: true + k8s-metacollector: + serviceMonitor: + create: true + grafana: + dashboards: + enabled: true + destination: + server: "https://kubernetes.default.svc" + namespace: falco + syncPolicy: + syncOptions: + - CreateNamespace=true \ No newline at end of file