mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
512ccd9fea
commit
bf990fe317
@@ -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
|
||||
|
||||
@@ -42,4 +42,6 @@ data:
|
||||
{{- end }}
|
||||
alert_time_limit:
|
||||
minutes: {{ .Values.alertRetryLimitMins }}
|
||||
{{- if .Values.extraConfigOptions }}
|
||||
{{ toYaml .Values.extraConfigOptions | indent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user