[stable/grafana] add missing multiline indicator (#11997)

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
This commit is contained in:
Jannis Oeltjen
2019-03-07 09:25:00 -08:00
committed by Kubernetes Prow Robot
parent 7eaf190aeb
commit 6d79a9d624
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 2.2.2
version: 2.2.3
appVersion: 6.0.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
@@ -15,7 +15,7 @@ metadata:
data:
{{- range $key, $value := $dashboards }}
{{- if (or (hasKey $value "json") (hasKey $value "file")) }}
{{ print $key | indent 2 }}.json:
{{ print $key | indent 2 }}.json: |-
{{- if hasKey $value "json" }}
{{ $value.json | indent 4 }}
{{- end }}