Skip to content

Commit

Permalink
Fix invalid yaml output when no extra config is specified (helm#11483)
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Purmann <[email protected]>
  • Loading branch information
hpurmann authored and k8s-ci-robot committed Feb 18, 2019
1 parent 512ccd9 commit bf990fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/elastalert/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions stable/elastalert/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ data:
{{- end }}
alert_time_limit:
minutes: {{ .Values.alertRetryLimitMins }}
{{- if .Values.extraConfigOptions }}
{{ toYaml .Values.extraConfigOptions | indent 4 }}
{{- end }}

0 comments on commit bf990fe

Please sign in to comment.