bring 'metrics-application-labels' outside of range block
Signed-off-by: Aaron Jones <aaron.jones@fundingcircle.com>
This commit is contained in:
parent
c3eb2efc56
commit
c245db6d31
1 changed files with 1 additions and 1 deletions
|
@ -57,8 +57,8 @@ spec:
|
||||||
- --loglevel
|
- --loglevel
|
||||||
- {{ .Values.controller.logLevel }}
|
- {{ .Values.controller.logLevel }}
|
||||||
{{- if .Values.controller.metrics.applicationLabels.enabled }}
|
{{- if .Values.controller.metrics.applicationLabels.enabled }}
|
||||||
{{- range .Values.controller.metrics.applicationLabels.labels }}
|
|
||||||
- --metrics-application-labels
|
- --metrics-application-labels
|
||||||
|
{{- range .Values.controller.metrics.applicationLabels.labels }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue