Skip to content

Commit 38fc6fb

Browse files
committed
Change leader election default ID
1 parent a79dd71 commit 38fc6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leaderelection/leader_election.go

Lines changed: 1 addition & 1 deletion
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)