DAaaS: Fixing dashborad provisioning
[demo.git] / vnfs / DAaaS / deploy / visualization / charts / grafana / templates / dashboards-json-configmap.yaml
index bd46add..567da7f 100755 (executable)
@@ -15,9 +15,10 @@ 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 }}
+    |-
+{{ $value.json | indent 6 }}
 {{- end }}
 {{- if hasKey $value "file" }}
 {{ toYaml ( $files.Get $value.file ) | indent 4}}