From 29e366f1c862ba0cfceea44499f4106ae4afc24d Mon Sep 17 00:00:00 2001 From: James Andariese Date: Fri, 21 Jul 2023 10:58:30 -0500 Subject: [PATCH] ignore the failurePolicy field of VWC --- argo1/templates/istio-base.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/argo1/templates/istio-base.yaml b/argo1/templates/istio-base.yaml index 0748f48..33928fd 100644 --- a/argo1/templates/istio-base.yaml +++ b/argo1/templates/istio-base.yaml @@ -32,4 +32,10 @@ spec: duration: 5s factor: 2 maxDuration: 3m0s + ignoreDifferences: + - group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + jqPathExpressions: + - .webhooks[].failurePolicy + # {{- end }}