fix: kustomize syntax for webhook caBundle
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
parent
4ba18c12ed
commit
994b477599
|
@ -10,5 +10,5 @@ spec:
|
|||
webhook:
|
||||
clientConfig:
|
||||
url: https://karmada-webhook.karmada-system.svc:443/convert
|
||||
caBundle: {{caBundle}}
|
||||
caBundle: "{{caBundle}}"
|
||||
conversionReviewVersions: ["v1"]
|
||||
|
|
|
@ -10,5 +10,5 @@ spec:
|
|||
webhook:
|
||||
clientConfig:
|
||||
url: https://karmada-webhook.karmada-system.svc:443/convert
|
||||
caBundle: {{caBundle}}
|
||||
caBundle: "{{caBundle}}"
|
||||
conversionReviewVersions: ["v1"]
|
||||
|
|
Loading…
Reference in New Issue