Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
set le election false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Sep 23, 2021
1 parent 78ae6f7 commit a7efbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
httpAddr = ":8080"
metricsAddr = ":9556"
probesAddr = ":9557"
enableLeaderElection = true
enableLeaderElection = false
leaderElectionNamespace string
namespaces = ""
concurrent = 4
Expand Down

0 comments on commit a7efbda

Please sign in to comment.