From 1eedcd957cad1e5562681653176475182e1aa910 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Sat, 4 Mar 2023 18:24:09 -0700 Subject: [PATCH] remove random string prefix in LeaderElectionID --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b07b225c..7105b695 100644 --- a/main.go +++ b/main.go @@ -92,7 +92,7 @@ func main() { Port: 9443, HealthProbeBindAddress: probeAddr, LeaderElection: enableLeaderElection, - LeaderElectionID: "6288bc47.amazon-vpc-lattice.io", + LeaderElectionID: "amazon-vpc-lattice.io", }) if err != nil { setupLog.Error(err, "unable to start manager")