Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alacuku committed Oct 21, 2024
1 parent cfe1018 commit ca968ea
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/falco.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca968ea

Please sign in to comment.