Fix invalid yaml output when no extra config is specified (#11483)

Signed-off-by: Hendrik Purmann <h.purmann@googlemail.com>
This commit is contained in:
Hendrik Purmann
2019-02-18 03:00:11 -08:00
committed by Kubernetes Prow Robot
parent 512ccd9fea
commit bf990fe317
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
description: ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
name: elastalert
version: 0.11.0
version: 0.11.1
appVersion: 0.1.38
home: https://github.com/Yelp/elastalert
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
+2
View File
@@ -42,4 +42,6 @@ data:
{{- end }}
alert_time_limit:
minutes: {{ .Values.alertRetryLimitMins }}
{{- if .Values.extraConfigOptions }}
{{ toYaml .Values.extraConfigOptions | indent 4 }}
{{- end }}