FIX: move honorLabels config out of condition
Signed-off-by: symaras <simosmeih@gmail.com>
This commit is contained in:
parent
eb53a916b8
commit
ef59d5ae49
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ spec:
|
||||||
metricRelabelings:
|
metricRelabelings:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.repoServer.metrics.serviceMonitor.scheme }}
|
|
||||||
honorLabels: {{ .Values.repoServer.metrics.serviceMonitor.honorLabels }}
|
honorLabels: {{ .Values.repoServer.metrics.serviceMonitor.honorLabels }}
|
||||||
|
{{- with .Values.repoServer.metrics.serviceMonitor.scheme }}
|
||||||
scheme: {{ . }}
|
scheme: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.repoServer.metrics.serviceMonitor.tlsConfig }}
|
{{- with .Values.repoServer.metrics.serviceMonitor.tlsConfig }}
|
||||||
|
|
Loading…
Reference in a new issue