diff --git a/cmd/manager/main.go b/cmd/manager/main.go index c3af90e9a6..8e80f5418c 100644 --- a/cmd/manager/main.go +++ b/cmd/manager/main.go @@ -92,7 +92,7 @@ func main() { }, HealthProbeBindAddress: probeAddr, LeaderElection: enableLeaderElection, - LeaderElectionID: "08db0feb.percona.com", + LeaderElectionID: "08db1feb.percona.com", WebhookServer: ctrlWebhook.NewServer(ctrlWebhook.Options{ Port: 9443, }),