From 8589ad8d4958feee4b29288fb09172f3cf5a4a50 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 15 Feb 2024 10:29:41 +0100 Subject: [PATCH] Unique LeaderElectionID --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index aa2409d9..96590676 100644 --- a/main.go +++ b/main.go @@ -96,7 +96,7 @@ func main() { }, HealthProbeBindAddress: probeAddr, LeaderElection: enableLeaderElection, - LeaderElectionID: "c8c223a1.openstack.org", + LeaderElectionID: "83821f12.openstack.org", WebhookServer: webhook.NewServer( webhook.Options{ Port: 9443,