apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: staging-atlantis namespace: argocd annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true finalizers: - resources-finalizer.argocd.argoproj.io spec: destination: namespace: staging-atlantis server: https://kubernetes.default.svc project: atlantis sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: nixidy path: values/atlantis plugin: name: kustomize-helm-with-rewrite parameters: - name: env string: staging - name: hostname string: atlantis.beta.oceanbox.io ignoreDifferences: - kind: Secret name: azure-keyvault jqPathExpressions: - '.data' - '.metadata.labels' - '.metadata.annotations' syncPolicy: syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true automated: prune: true selfHeal: false