From 6483fc3d58a4d6b8ac74d4adc9830f195160869c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 8 Sep 2024 15:00:01 +0200 Subject: [PATCH] Add ignore diff for mutatingwebhook 2 --- vault/helm-vault.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vault/helm-vault.yaml b/vault/helm-vault.yaml index 4168a9b..0a3ce49 100644 --- a/vault/helm-vault.yaml +++ b/vault/helm-vault.yaml @@ -27,7 +27,7 @@ spec: server: https://kubernetes.default.svc namespace: vault ignoreDifferences: - - group: admissionregistration.k8s.io - kind: MutatingWebhookConfiguration - jqPathExpressions: - - .webhooks[]?.clientConfig.caBundle \ No newline at end of file + - group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + jqPathExpressions: + - .webhooks[]?.clientConfig.caBundle \ No newline at end of file