mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Remove conversion webhook configurations
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
@@ -22,28 +22,6 @@ spec:
|
||||
categories:
|
||||
- cert-manager
|
||||
scope: Namespaced
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- name: v1
|
||||
subresources:
|
||||
|
||||
@@ -22,28 +22,6 @@ spec:
|
||||
categories:
|
||||
- cert-manager
|
||||
scope: Namespaced
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- name: v1
|
||||
subresources:
|
||||
|
||||
@@ -20,28 +20,6 @@ spec:
|
||||
- cert-manager
|
||||
- cert-manager-acme
|
||||
scope: Namespaced
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- additionalPrinterColumns:
|
||||
- jsonPath: .status.state
|
||||
|
||||
@@ -19,28 +19,6 @@ spec:
|
||||
categories:
|
||||
- cert-manager
|
||||
scope: Cluster
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- name: v1
|
||||
subresources:
|
||||
|
||||
@@ -19,28 +19,6 @@ spec:
|
||||
categories:
|
||||
- cert-manager
|
||||
scope: Namespaced
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- name: v1
|
||||
subresources:
|
||||
|
||||
@@ -20,28 +20,6 @@ spec:
|
||||
- cert-manager
|
||||
- cert-manager-acme
|
||||
scope: Namespaced
|
||||
conversion:
|
||||
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
|
||||
strategy: Webhook
|
||||
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
|
||||
webhook:
|
||||
# We don't actually support `v1beta1` but is listed here as it is a
|
||||
# required value for [Kubernetes v1.16](kubernetes/kubernetes#82023). The
|
||||
# API server reads the supported versions in order, so _should always_
|
||||
# attempt a `v1` request which is understood by the cert-manager webhook.
|
||||
# Any `v1beta1` request will return an error and fail closed for that
|
||||
# resource (the whole object request is rejected).
|
||||
# When we no longer support v1.16 we can remove `v1beta1` from this list.
|
||||
conversionReviewVersions: ["v1", "v1beta1"]
|
||||
clientConfig:
|
||||
# {{- if .Values.webhook.url.host }}
|
||||
url: https://{{ .Values.webhook.url.host }}/convert
|
||||
# {{- else }}
|
||||
service:
|
||||
name: '{{ template "webhook.fullname" . }}'
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
path: /convert
|
||||
# {{- end }}
|
||||
versions:
|
||||
- name: v1
|
||||
subresources:
|
||||
|
||||
Reference in New Issue
Block a user