Skip to content

Commit e7e9a99

Browse files
ermakov-olegAgalin
authored andcommitted
fix: conflicting leaderElectionId between backup plugins
Signed-off-by: ermakov-oleg <ermakovolegs@gmail.com>
1 parent 0592163 commit e7e9a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cnpgi/operator/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func Start(ctx context.Context) error {
106106
WebhookServer: webhookServer,
107107
HealthProbeBindAddress: viper.GetString("health-probe-bind-address"),
108108
LeaderElection: viper.GetBool("leader-elect"),
109-
LeaderElectionID: "822e3f5c.cnpg.io",
109+
LeaderElectionID: "5e3f9a6c.cnpg.io",
110110
// LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily
111111
// when the Manager ends. This requires the binary to immediately end when the
112112
// Manager is stopped, otherwise, this setting is unsafe. Setting this significantly

0 commit comments

Comments
 (0)