Skip to content

Commit a2e8f61

Browse files
authored
Merge pull request openstack-k8s-operators#372 from bshephar/election-id
Unique LeaderElectionID
2 parents 55af8e5 + f8ff0e3 commit a2e8f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func main() {
9696
},
9797
HealthProbeBindAddress: probeAddr,
9898
LeaderElection: enableLeaderElection,
99-
LeaderElectionID: "c8c223a1.openstack.org",
99+
LeaderElectionID: "6012128b.openstack.org",
100100
WebhookServer: webhook.NewServer(
101101
webhook.Options{
102102
Port: 9443,

0 commit comments

Comments
 (0)