From e6177ebd0f88535009f6efc6eec996d6a207af6b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 8 Sep 2024 14:58:30 +0200 Subject: [PATCH] Add ignore diff for mutatingwebhook --- vault/helm-vault.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vault/helm-vault.yaml b/vault/helm-vault.yaml index 809a7a9..4168a9b 100644 --- a/vault/helm-vault.yaml +++ b/vault/helm-vault.yaml @@ -25,4 +25,9 @@ spec: ref: values destination: server: https://kubernetes.default.svc - namespace: vault \ No newline at end of file + namespace: vault + ignoreDifferences: + - group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + jqPathExpressions: + - .webhooks[]?.clientConfig.caBundle \ No newline at end of file