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 71d0999
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/falco.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71d0999

Please sign in to comment.