From 8360434b30e1fcd44b4ad239339dfb127ba3a23c Mon Sep 17 00:00:00 2001 From: Edward Vella Date: Wed, 9 May 2018 23:33:54 +0100 Subject: [PATCH] Forcing a new line to be created in the configmap yaml generation (#5318) --- stable/prometheus/Chart.yaml | 2 +- stable/prometheus/templates/server-configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index e42f9ddc35..09a27e6c0d 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 6.4.0 +version: 6.4.1 appVersion: 2.2.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ diff --git a/stable/prometheus/templates/server-configmap.yaml b/stable/prometheus/templates/server-configmap.yaml index c16415b0b4..ac94e4281a 100644 --- a/stable/prometheus/templates/server-configmap.yaml +++ b/stable/prometheus/templates/server-configmap.yaml @@ -15,7 +15,7 @@ data: {{ $key }}: | {{ toYaml $value | default "{}" | indent 4 }} {{- if eq $key "prometheus.yml" -}} -{{- if $root.Values.alertmanager.enabled -}} +{{- if $root.Values.alertmanager.enabled }} alerting: alertmanagers: - kubernetes_sd_configs: