From 8cd6d56d7bef417d17a1761821902ecb4d9ae768 Mon Sep 17 00:00:00 2001 From: ermakov-oleg Date: Thu, 25 Sep 2025 12:29:24 +0200 Subject: [PATCH] fix: conflicting leaderElectionId between backup plugins Signed-off-by: ermakov-oleg --- internal/cnpgi/operator/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cnpgi/operator/manager.go b/internal/cnpgi/operator/manager.go index eb6e7acc..11a5675c 100644 --- a/internal/cnpgi/operator/manager.go +++ b/internal/cnpgi/operator/manager.go @@ -106,7 +106,7 @@ func Start(ctx context.Context) error { WebhookServer: webhookServer, HealthProbeBindAddress: viper.GetString("health-probe-bind-address"), LeaderElection: viper.GetBool("leader-elect"), - LeaderElectionID: "822e3f5c.cnpg.io", + LeaderElectionID: "5e3f9a6c.cnpg.io", // LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily // when the Manager ends. This requires the binary to immediately end when the // Manager is stopped, otherwise, this setting is unsafe. Setting this significantly