diff --git a/cmd/main.go b/cmd/main.go index ccfd7790..aac443bf 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -138,8 +138,6 @@ func main() { featureGateAdmissionWebhookMatchConditions, err := featuregates.CheckAdmissionWebhookMatchConditions(ctrl.GetConfigOrDie()) if err != nil { setupLog.Error(err, "unable to check for feature gate AdmissionWebhookMatchConditions") - retcode = 1 - return } if err = setupReconcilers(mgr, deploymentsNamespace, webhookServiceName, enableMetrics, enableTracing, alwaysAcceptAdmissionReviewsOnDeploymentsNamespace, featureGateAdmissionWebhookMatchConditions); err != nil {