From 99006a890021abfbd5fcaad689a2676e4f51f18b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 6 Jan 2025 05:18:54 -0600 Subject: [PATCH] Update folder location --- argocd/templates/vault.yaml | 2 +- master/argocd/templates/vault.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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