Skip to content

Commit

Permalink
Add webhook server
Browse files Browse the repository at this point in the history
  • Loading branch information
eberlep committed Sep 14, 2024
1 parent d4f47da commit 6940a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6940a08

Please sign in to comment.