Skip to content

Commit 152cef3

Browse files
authored
Remove unnecessary conversion webhook from RequestReply CRD (#9039)
RequestReply only has a single version (v1alpha1) and was never registered in the conversion controller, so the webhook's CA bundle was never injected. This caused kube-apiserver to log x509 certificate errors when trying to reach the unconfigured webhook endpoint.
1 parent 7c4c338 commit 152cef3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

config/core/resources/requestreply.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,4 @@ spec:
207207
- eventing
208208
scope: Namespaced
209209
conversion:
210-
strategy: Webhook
211-
webhook:
212-
conversionReviewVersions: ["v1", "v1beta1"]
213-
clientConfig:
214-
service:
215-
name: eventing-webhook
216-
namespace: knative-eventing
210+
strategy: None

0 commit comments

Comments
 (0)