apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: zona-exclusion namespace: argocd spec: project: default source: repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests targetRevision: HEAD path: zona-exclusion destination: server: https://kubernetes.default.svc namespace: zona-exclusion ignoreDifferences: - group: "" kind: Secret name: zona-exclusion-secrets namespace: zona-exclusion jsonPointers: - /data syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true