From 70d43ab0e756c6c60e4d6d147dc8be5c80ccd260 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 15 Feb 2024 10:25:40 +0100 Subject: [PATCH] Unique LeaderElectionID --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 10b521d4..350da69b 100644 --- a/main.go +++ b/main.go @@ -97,7 +97,7 @@ func main() { }, HealthProbeBindAddress: probeAddr, LeaderElection: enableLeaderElection, - LeaderElectionID: "c8c223a1.openstack.org", + LeaderElectionID: "c569355b.openstack.org", WebhookServer: webhook.NewServer( webhook.Options{ Port: 9443,