apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: falco namespace: argocd annotations: argocd.argoproj.io/sync-wave: "-1" spec: project: default sources: - repoURL: https://falcosecurity.github.io/charts chart: falco # Chart 9.1.0 deploys Falco app version 0.44.1. targetRevision: 9.1.0 helm: valueFiles: - $values/falco/falco-values.yaml - repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: falco syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true