Signed-off-by: zhongjun.li <zhongjun.li@daocloud.io>
This commit is contained in:
zhongjun.li 2021-10-28 09:55:56 +08:00
parent 1f87ca9519
commit d2b3a634ea
4 changed files with 4 additions and 8 deletions

View File

@ -11,5 +11,4 @@ spec:
clientConfig:
url: https://karmada-webhook.karmada-system.svc:443/convert
caBundle: {{caBundle}}
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
conversionReviewVersions: ["v1beta1", "v1"]
conversionReviewVersions: ["v1"]

View File

@ -11,5 +11,4 @@ spec:
clientConfig:
url: https://karmada-webhook.karmada-system.svc:443/convert
caBundle: {{caBundle}}
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
conversionReviewVersions: ["v1beta1", "v1"]
conversionReviewVersions: ["v1"]

View File

@ -15,7 +15,6 @@ spec:
clientConfig:
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
conversionReviewVersions: ["v1beta1", "v1"]
conversionReviewVersions: ["v1"]
---
{{- end -}}

View File

@ -15,7 +15,6 @@ spec:
clientConfig:
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
conversionReviewVersions: ["v1beta1", "v1"]
conversionReviewVersions: ["v1"]
---
{{- end -}}