AETHER-587 Add VPN status to global ACE dashboard

Change-Id: Ib93808c5b9ff71fdcfd0372b7777b39d6f23da58
diff --git a/monitoring/grafana-aether/templates/dashboard-configmap.yaml b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
index 04ff167..7792ce1 100644
--- a/monitoring/grafana-aether/templates/dashboard-configmap.yaml
+++ b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
@@ -8,6 +8,9 @@
   labels:
      grafana_dashboard: "1"
 data:
-{{ if .Values.globalStatusMonitorNamespace }}
+{{- if and .Values.edgeServerDatasourceURL .Values.googleCloudMonitoring }}
 {{ (.Files.Glob "dashboards/global*.json").AsConfig | indent 2 }}
-{{ end }}
+{{- end }}
+{{- if and .Values.edgeServerDatasourceURL .Values.clusterDatasources }}
+{{ (.Files.Glob "dashboards/multi*.json").AsConfig | indent 2 }}
+{{- end }}