From 6940a0844262a38f026379905e4a09a16c083ace Mon Sep 17 00:00:00 2001 From: Philipp Eberle Date: Sat, 14 Sep 2024 16:21:16 +0200 Subject: [PATCH] Add webhook server --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 65373df7..bec3b01f 100644 --- a/main.go +++ b/main.go @@ -365,6 +365,7 @@ func main() { }, LeaderElection: enableLeaderElection, LeaderElectionID: "908dd13e.fits.cloud", + WebhookServer: webhook.NewServer(webhook.Options{Port: 9444}), }) if err != nil { setupLog.Error(err, "unable to start service cluster manager")