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

Commit

Permalink
Remove enable-leader-election as default (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
akartsky authored and surajkota committed May 26, 2021
1 parent 2dae895 commit 2e7c5aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/base/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ spec:
ports:
- containerPort: 8443
name: https
- name: manager
args:
- "--metrics-addr=127.0.0.1:8080"
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- command:
- /manager
args:
- --enable-leader-election
- --metrics-addr=127.0.0.1:8080
image: controller:latest
imagePullPolicy: Always
name: manager
Expand Down
2 changes: 1 addition & 1 deletion release/rolebased/china/installer_china.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2542,7 +2542,7 @@ spec:
spec:
containers:
- args:
- --enable-leader-election
- --metrics-addr=127.0.0.1:8080
command:
- /manager
env:
Expand Down
2 changes: 1 addition & 1 deletion release/rolebased/namespaced/china/operator_china.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
spec:
containers:
- args:
- --enable-leader-election
- --metrics-addr=127.0.0.1:8080
- --namespace=PLACEHOLDER-NAMESPACE
command:
- /manager
Expand Down

0 comments on commit 2e7c5aa

Please sign in to comment.