Skip to content

Commit

Permalink
Add LeaderElectionID to main
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo committed Apr 6, 2023
1 parent 8dbb2f5 commit 3eb4d26
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 @@ -65,6 +65,7 @@ func main() {
Scheme: scheme,
MetricsBindAddress: metricsAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "hvpa-controller",
})
if err != nil {
setupLog.Error(err, "unable to start manager")
Expand Down

0 comments on commit 3eb4d26

Please sign in to comment.