From 8e176691b5f8e61547a979e23958e4d315c4c884 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 14 May 2023 13:02:50 +0000 Subject: [PATCH] Update file vault.yaml --- argocd/templates/vault.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index 7b2dd86..88eb9b3 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -18,3 +18,8 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + ignoreDifferences: + - group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + jqPathExpressions: + - .webhooks[]?.clientConfig.caBundle \ No newline at end of file