mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/kube-prometheus] Fix alertmanaer global labels indentation (#9948)
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
committed by
GitHub
parent
2b40222556
commit
eb887d090e
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-prometheus
|
||||
- https://github.com/bitnami/bitnami-docker-alertmanager
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
version: 6.9.6
|
||||
version: 6.9.7
|
||||
|
||||
@@ -70,8 +70,8 @@ Common Labels
|
||||
*/}}
|
||||
{{- define "kube-prometheus.labels" -}}
|
||||
{{- include "common.labels.standard" . -}}
|
||||
{{- if .Values.global.labels -}}
|
||||
{{- toYaml .Values.global.labels -}}
|
||||
{{- if .Values.global.labels }}
|
||||
{{ toYaml .Values.global.labels -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user