FIX: move honorLabels config out of condition

Signed-off-by: symaras <simosmeih@gmail.com>
This commit is contained in:
symaras 2024-12-11 15:38:35 +01:00
parent eb53a916b8
commit ef59d5ae49

View file

@ -34,8 +34,8 @@ spec:
metricRelabelings:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.repoServer.metrics.serviceMonitor.scheme }}
honorLabels: {{ .Values.repoServer.metrics.serviceMonitor.honorLabels }}
{{- with .Values.repoServer.metrics.serviceMonitor.scheme }}
scheme: {{ . }}
{{- end }}
{{- with .Values.repoServer.metrics.serviceMonitor.tlsConfig }}