Skip to content

Commit 7a08cd5

Browse files
committed
Change leader election default ID
1 parent f22e071 commit 7a08cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leaderelection/leader_election.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewResourceLock(config *rest.Config, recorderProvider recorder.Provider, op
5454

5555
// Default the LeaderElectionID
5656
if options.LeaderElectionID == "" {
57-
options.LeaderElectionID = "controller-runtime"
57+
options.LeaderElectionID = "controller-leader-election-helper"
5858
}
5959

6060
// Default the namespace (if running in cluster)

0 commit comments

Comments
 (0)