diff --git a/knative-operator/cmd/manager/main.go b/knative-operator/cmd/manager/main.go index 8fcab1a139..c173af9884 100644 --- a/knative-operator/cmd/manager/main.go +++ b/knative-operator/cmd/manager/main.go @@ -135,6 +135,7 @@ func main() { decoder := admission.NewDecoder(mgr.GetScheme()) + // This call adds the server to the manager as a Runnable _ = mgr.GetWebhookServer() // Serving Webhooks hookServer.Register("/mutate-knativeservings", &webhook.Admission{Handler: knativeserving.NewConfigurator(decoder)})