Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from flanksource/moshloop
Browse files Browse the repository at this point in the history
fix: add leader election id
  • Loading branch information
moshloop committed Mar 9, 2021
2 parents 1a2a134 + b39d4c2 commit 8aa51de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/manager/main.go
Expand Up @@ -103,6 +103,7 @@ func main() {
Scheme: scheme,
MetricsBindAddress: metricsAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "platform-operator",
Port: 9443,
})
if err != nil {
Expand Down

0 comments on commit 8aa51de

Please sign in to comment.