fix(argo-cd): Fix repo-server honorLabels config template (#3075)
* FIX: move honorLabels config out of condition Signed-off-by: symaras <simosmeih@gmail.com> * update changelog Signed-off-by: symaras <simosmeih@gmail.com> * bump chart version Signed-off-by: symaras <simosmeih@gmail.com> * adjust changelog Signed-off-by: symaras <simosmeih@gmail.com> --------- Signed-off-by: symaras <simosmeih@gmail.com>
This commit is contained in:
parent
eb53a916b8
commit
e72297ca73
2 changed files with 4 additions and 4 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue