diff --git a/deploy/crds/crd-certificaterequests.yaml b/deploy/crds/crd-certificaterequests.yaml index 8e3b7076c..54455e16d 100644 --- a/deploy/crds/crd-certificaterequests.yaml +++ b/deploy/crds/crd-certificaterequests.yaml @@ -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: diff --git a/deploy/crds/crd-certificates.yaml b/deploy/crds/crd-certificates.yaml index 57be8ea92..24ba4cc07 100644 --- a/deploy/crds/crd-certificates.yaml +++ b/deploy/crds/crd-certificates.yaml @@ -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: diff --git a/deploy/crds/crd-challenges.yaml b/deploy/crds/crd-challenges.yaml index 46a57bae9..1f4849145 100644 --- a/deploy/crds/crd-challenges.yaml +++ b/deploy/crds/crd-challenges.yaml @@ -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 diff --git a/deploy/crds/crd-clusterissuers.yaml b/deploy/crds/crd-clusterissuers.yaml index a30e1e5f0..ade5cf07c 100644 --- a/deploy/crds/crd-clusterissuers.yaml +++ b/deploy/crds/crd-clusterissuers.yaml @@ -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: diff --git a/deploy/crds/crd-issuers.yaml b/deploy/crds/crd-issuers.yaml index 993d8a5f4..8638b35d1 100644 --- a/deploy/crds/crd-issuers.yaml +++ b/deploy/crds/crd-issuers.yaml @@ -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: diff --git a/deploy/crds/crd-orders.yaml b/deploy/crds/crd-orders.yaml index 40b73fad2..4dec8dfa9 100644 --- a/deploy/crds/crd-orders.yaml +++ b/deploy/crds/crd-orders.yaml @@ -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: