Update workflow-controller-servicemonitor.yaml
Signed-off-by: venegator <m.venega94@gmail.com>
This commit is contained in:
parent
6e4825e566
commit
e5117fbcb7
1 changed files with 2 additions and 6 deletions
|
@ -24,9 +24,7 @@ spec:
|
|||
metricRelabelings:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.metricsConfig.honorLabels }}
|
||||
honorLabels: true
|
||||
{{- end }}
|
||||
honorLabels: {{ .Values.controller.metricsConfig.honorLabels }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.telemetryConfig.enabled }}
|
||||
- port: telemetry
|
||||
|
@ -40,9 +38,7 @@ spec:
|
|||
metricRelabelings:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.metricsConfig.honorLabels }}
|
||||
honorLabels: true
|
||||
{{- end }}
|
||||
honorLabels: {{ .Values.controller.metricsConfig.honorLabels }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.metricsConfig.targetLabels }}
|
||||
targetLabels:
|
||||
|
|
Loading…
Reference in a new issue