remove useless value

Signed-off-by: hantmac <hantmac@outlook.com>
This commit is contained in:
hantmac 2022-03-20 18:42:47 +08:00
parent a083cdd160
commit cd4f096eee
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ spec:
containers:
- args:
- --enable-leader-election
- --metrics-addr={{ .Values.manager.metrics.addr }}:{{ .Values.manager.metrics.port }}
- --metrics-addr=:{{ .Values.manager.metrics.port }}
- --health-probe-addr=:{{ .Values.manager.healthProbe.port }}
- --logtostderr=true
- --leader-election-namespace={{ .Values.installation.namespace }}