Skip to content

Commit a435e5c

Browse files
authored
Merge pull request openstack-k8s-operators#298 from stuggi/election_id
Unique LeaderElectionID
2 parents 985ddd9 + 9e8f95b commit a435e5c

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
@@ -106,7 +106,7 @@ func main() {
106106
},
107107
HealthProbeBindAddress: probeAddr,
108108
LeaderElection: enableLeaderElection,
109-
LeaderElectionID: "c8c223a1.openstack.org",
109+
LeaderElectionID: "972c7522.openstack.org",
110110
WebhookServer: webhook.NewServer(
111111
webhook.Options{
112112
Port: 9443,

0 commit comments

Comments
 (0)