apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: raw-resources-mail-services namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://git.dvirlabs.com/dvirlabs/mail-services.git targetRevision: HEAD path: manifests/raw-resources-mail-services destination: server: https://kubernetes.default.svc namespace: mail-services ignoreDifferences: - group: "" kind: Service jsonPointers: - /metadata/annotations/argocd.argoproj.io~1tracking-id syncPolicy: syncOptions: - CreateNamespace=true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m