DAaaS: Fixing dashborad provisioning 88/91788/2
authorLianhao Lu <lianhao.lu@intel.com>
Mon, 22 Jul 2019 02:42:52 +0000 (10:42 +0800)
committerGary Wu <gary.wu@futurewei.com>
Mon, 22 Jul 2019 20:30:07 +0000 (20:30 +0000)
Fixed the incorrected indent of provisioning dashboards in json format
directly.

Change-Id: I092390305eda5ac086380662132c914bff61182a
Issue-ID: ONAPARC-393
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
vnfs/DAaaS/deploy/visualization/charts/grafana/templates/dashboards-json-configmap.yaml

index 567da7f..5af0f69 100755 (executable)
@@ -18,7 +18,7 @@ data:
 {{ print $key | indent 2 }}.json:
 {{- if hasKey $value "json" }}
     |-
-{{ $value.json | indent 6 }}
+{{ $value.json | indent 4 }}
 {{- end }}
 {{- if hasKey $value "file" }}
 {{ toYaml ( $files.Get $value.file ) | indent 4}}