Remove conversion webhook configurations

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
Richard Wall
2021-12-14 17:42:54 +00:00
parent 704fe73b4b
commit d80c53dc16
6 changed files with 0 additions and 132 deletions
-22
View File
@@ -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
View File
@@ -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
View File
@@ -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
-22
View File
@@ -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:
-22
View File
@@ -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:
-22
View File
@@ -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: