Commit 152cef3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
| 210 | + | |
0 commit comments