Skip to content

Commit

Permalink
Fix leader election ID (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes authored Feb 7, 2024
1 parent 91f4843 commit 58baa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit 58baa81

Please sign in to comment.