mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Forcing a new line to be created in the configmap yaml generation (#5318)
This commit is contained in:
committed by
k8s-ci-robot
parent
b3dc4326b5
commit
8360434b30
@@ -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/
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user