mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 05:00:35 +00:00
Enable leader election in the operator
The operator no longer runs leader-for-life election so enable leader-with-lease via the CLI arg in the pod spec. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
c0e1ee4c37
commit
0e2e31ae73
@@ -27,8 +27,8 @@ spec:
|
||||
name: {{ template "submariner.fullname" . }}
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- submariner-operator
|
||||
- args:
|
||||
- --leader-elect
|
||||
env:
|
||||
- name: WATCH_NAMESPACE
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user