Metrics: Disable by default. (#12153)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
70c20c4101
commit
0aeacb11a1
5 changed files with 24 additions and 24 deletions
|
|
@ -54,7 +54,7 @@
|
|||
{{- if .Values.controller.watchIngressWithoutClass }}
|
||||
- --watch-ingress-without-class=true
|
||||
{{- end }}
|
||||
{{- if not .Values.controller.metrics.enabled }}
|
||||
{{- if .Values.controller.metrics.enabled }}
|
||||
- --enable-metrics={{ .Values.controller.metrics.enabled }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.enableTopologyAwareRouting }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue