clean_up
Signed-off-by: zhongjun.li <zhongjun.li@daocloud.io>
This commit is contained in:
parent
1f87ca9519
commit
d2b3a634ea
|
@ -11,5 +11,4 @@ spec:
|
||||||
clientConfig:
|
clientConfig:
|
||||||
url: https://karmada-webhook.karmada-system.svc:443/convert
|
url: https://karmada-webhook.karmada-system.svc:443/convert
|
||||||
caBundle: {{caBundle}}
|
caBundle: {{caBundle}}
|
||||||
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
|
conversionReviewVersions: ["v1"]
|
||||||
conversionReviewVersions: ["v1beta1", "v1"]
|
|
||||||
|
|
|
@ -11,5 +11,4 @@ spec:
|
||||||
clientConfig:
|
clientConfig:
|
||||||
url: https://karmada-webhook.karmada-system.svc:443/convert
|
url: https://karmada-webhook.karmada-system.svc:443/convert
|
||||||
caBundle: {{caBundle}}
|
caBundle: {{caBundle}}
|
||||||
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
|
conversionReviewVersions: ["v1"]
|
||||||
conversionReviewVersions: ["v1beta1", "v1"]
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ spec:
|
||||||
clientConfig:
|
clientConfig:
|
||||||
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
|
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
|
||||||
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
|
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
|
||||||
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
|
conversionReviewVersions: ["v1"]
|
||||||
conversionReviewVersions: ["v1beta1", "v1"]
|
|
||||||
---
|
---
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -15,7 +15,6 @@ spec:
|
||||||
clientConfig:
|
clientConfig:
|
||||||
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
|
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/convert
|
||||||
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
|
{{- include "karmada.webhook.caBundle" . | nindent 8 }}
|
||||||
# TODO(RainbowMango): After we update controller-runtime to v0.10+, then we can remove `v1beta1`
|
conversionReviewVersions: ["v1"]
|
||||||
conversionReviewVersions: ["v1beta1", "v1"]
|
|
||||||
---
|
---
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue