From b4542ecf8344df8d16227983b7eb78831223305d Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 15 Feb 2024 10:38:56 +0100 Subject: [PATCH] Unique LeaderElectionID --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7f97baa9..ac066dad 100644 --- a/main.go +++ b/main.go @@ -102,7 +102,7 @@ func main() { }, HealthProbeBindAddress: probeAddr, LeaderElection: enableLeaderElection, - LeaderElectionID: "c8c223a1.openstack.org", + LeaderElectionID: "f92b5c2d.openstack.org", WebhookServer: webhook.NewServer( webhook.Options{ Port: 9443,