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