mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Adds v1beta1 as a conversionReviewVersion but don't actually support
it Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
conversionReviewVersions: ["v1"]
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
|
||||
Reference in New Issue
Block a user