[bitnami/kube-prometheus] Fix alertmanaer global labels indentation (#9948)

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2022-04-28 15:47:42 +02:00
committed by GitHub
parent 2b40222556
commit eb887d090e
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 -}}