From 994b477599a83bc5348073a09e2091b812b31013 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Thu, 25 Jul 2024 21:42:22 -0400 Subject: [PATCH] fix: kustomize syntax for webhook caBundle Signed-off-by: Amir Alavi --- .../_crds/patches/webhook_in_clusterresourcebindings.yaml | 2 +- charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/karmada/_crds/patches/webhook_in_clusterresourcebindings.yaml b/charts/karmada/_crds/patches/webhook_in_clusterresourcebindings.yaml index b8570a6d0..0cbf4d43e 100644 --- a/charts/karmada/_crds/patches/webhook_in_clusterresourcebindings.yaml +++ b/charts/karmada/_crds/patches/webhook_in_clusterresourcebindings.yaml @@ -10,5 +10,5 @@ spec: webhook: clientConfig: url: https://karmada-webhook.karmada-system.svc:443/convert - caBundle: {{caBundle}} + caBundle: "{{caBundle}}" conversionReviewVersions: ["v1"] diff --git a/charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml b/charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml index c55bed0bf..0dd0f8937 100644 --- a/charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml +++ b/charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml @@ -10,5 +10,5 @@ spec: webhook: clientConfig: url: https://karmada-webhook.karmada-system.svc:443/convert - caBundle: {{caBundle}} + caBundle: "{{caBundle}}" conversionReviewVersions: ["v1"]