diff --git a/main.go b/main.go index 56fea93e0e..7e089d798e 100644 --- a/main.go +++ b/main.go @@ -200,7 +200,7 @@ func main() { DefaultNamespaces: getCacheNamespacesFromFlag(namespace), }, WebhookServer: ctrlwebhook.NewServer(ctrlwebhook.Options{ - Host: "0.0.0.0", + Host: "", Port: webhookutil.GetPort(), CertDir: webhookutil.GetCertDir(), }),