DAaaS: Fixing dashborad provisioning
[demo.git] / vnfs / DAaaS / deploy / visualization / charts / grafana / templates / dashboards-json-configmap.yaml
index bd46add..5af0f69 100755 (executable)
@@ -15,8 +15,9 @@ 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 }}
 {{- if hasKey $value "file" }}