From c27b0b0ce43ef16fcbece1a29d63c895c39d0894 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 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/falco.yaml diff --git a/config/falco.yaml b/config/falco.yaml new file mode 100644 index 00000000..b7760130 --- /dev/null +++ b/config/falco.yaml @@ -0,0 +1,38 @@ +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: + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true \ No newline at end of file