From 251844a44a3affbdcf4f4c45872c9cc73e440af7 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 cdd8733f..9dbd753d 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 }}