From 5d9a50c36902f0e47ea5a6089787c97d96ab34e9 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 22 Jul 2020 16:28:27 +0100 Subject: [PATCH] Fix jsonpointers --- charts/kubezero/templates/istio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubezero/templates/istio.yaml b/charts/kubezero/templates/istio.yaml index cdd8733..9dbd753 100644 --- a/charts/kubezero/templates/istio.yaml +++ b/charts/kubezero/templates/istio.yaml @@ -13,6 +13,6 @@ - group: admissionregistration.k8s.io kind: ValidatingWebhookConfiguration jsonPointers: - - /webhooks/clientConfig/caBundle - - /webhooks/failurePolicy + - /webhooks/0/clientConfig/caBundle + - /webhooks/0/failurePolicy {{- end }}