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