diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index 7a5e227..6f4cf72 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -16,7 +16,7 @@ spec: automated: prune: true selfHeal: true - syncOptions: Gc + syncOptions: - CreateNamespace=true ignoreDifferences: - group: admissionregistration.k8s.io diff --git a/master/argocd/templates/vault.yaml b/master/argocd/templates/vault.yaml index 7a5e227..6f21f08 100644 --- a/master/argocd/templates/vault.yaml +++ b/master/argocd/templates/vault.yaml @@ -15,11 +15,11 @@ spec: syncPolicy: automated: prune: true - selfHeal: true - syncOptions: Gc - - CreateNamespace=true + selfHeal: true + syncOptions: + - CreateNamespace=true ignoreDifferences: - - group: admissionregistration.k8s.io - kind: MutatingWebhookConfiguration - jqPathExpressions: - - .webhooks[]?.clientConfig.caBundle + - group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + jqPathExpressions: + - .webhooks[]?.clientConfig.caBundle