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

Commit 7abf275

Browse files
committed
set default false
1 parent b1b389c commit 7abf275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444
var (
4545
metricsAddr = ":9556"
4646
probesAddr = ":9557"
47-
enableLeaderElection = true
47+
enableLeaderElection = false
4848
leaderElectionNamespace = ""
4949
namespaces = ""
5050
concurrent = 4

0 commit comments

Comments
 (0)