fix: kustomize syntax for webhook caBundle

Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
Amir Alavi 2024-07-25 21:42:22 -04:00
parent 4ba18c12ed
commit 994b477599
No known key found for this signature in database
GPG Key ID: A82919F366EE978E
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ spec:
webhook:
clientConfig:
url: https://karmada-webhook.karmada-system.svc:443/convert
caBundle: {{caBundle}}
caBundle: "{{caBundle}}"
conversionReviewVersions: ["v1"]

View File

@ -10,5 +10,5 @@ spec:
webhook:
clientConfig:
url: https://karmada-webhook.karmada-system.svc:443/convert
caBundle: {{caBundle}}
caBundle: "{{caBundle}}"
conversionReviewVersions: ["v1"]