Skip to content

Commit adba93a

Browse files
authored
Merge pull request #503 from dirgim/KONFLUX-8822
fix(KONFLUX-8822): disable leader election
2 parents 4fb62b1 + 8b88421 commit adba93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/application-service.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ spec:
286286
- args:
287287
- --health-probe-bind-address=:8081
288288
- --metrics-bind-address=127.0.0.1:8080
289-
- --leader-elect
289+
- --leader-elect=false
290290
command:
291291
- /manager
292292
env:

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
args:
3636
- "--health-probe-bind-address=:8081"
3737
- "--metrics-bind-address=127.0.0.1:8080"
38-
- "--leader-elect"
38+
- "--leader-elect=false"

0 commit comments

Comments
 (0)