Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#155 from stuggi/election_id
Browse files Browse the repository at this point in the history
Unique LeaderElectionID
  • Loading branch information
gibizer authored Feb 15, 2024
2 parents 12812f6 + cb21d57 commit 608567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func main() {
},
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "c8c223a1.openstack.org",
LeaderElectionID: "73d6b7ce.openstack.org",
WebhookServer: webhook.NewServer(
webhook.Options{
Port: 9443,
Expand Down

0 comments on commit 608567b

Please sign in to comment.