We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0592163 commit e7e9a99Copy full SHA for e7e9a99
internal/cnpgi/operator/manager.go
@@ -106,7 +106,7 @@ func Start(ctx context.Context) error {
106
WebhookServer: webhookServer,
107
HealthProbeBindAddress: viper.GetString("health-probe-bind-address"),
108
LeaderElection: viper.GetBool("leader-elect"),
109
- LeaderElectionID: "822e3f5c.cnpg.io",
+ LeaderElectionID: "5e3f9a6c.cnpg.io",
110
// LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily
111
// when the Manager ends. This requires the binary to immediately end when the
112
// Manager is stopped, otherwise, this setting is unsafe. Setting this significantly
0 commit comments