diff --git a/examples/scratch-env/main.go b/examples/scratch-env/main.go index 32c6ffcd48..0739017b41 100644 --- a/examples/scratch-env/main.go +++ b/examples/scratch-env/main.go @@ -103,6 +103,10 @@ func runMain() int { log.Info("Wrote kubeconfig") } + if opts := env.WebhookInstallOptions; opts.LocalServingPort != 0 { + log.Info("webhooks configured for", "host", opts.LocalServingHost, "port", opts.LocalServingPort, "dir", opts.LocalServingCertDir) + } + ctx := ctrl.SetupSignalHandler() <-ctx.Done()