apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: falco-alerting namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" spec: project: default source: repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git targetRevision: main path: deployments/falco/alerting-resources destination: server: https://kubernetes.default.svc namespace: falco syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true