Remove Argela from ACE dashboard

Change-Id: I5eb95e1d769096e455eb170efbe3eab376e53f42
diff --git a/monitoring/grafana-aether/templates/dashboard-configmap.yaml b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
index 22cf549..a9e6d98 100644
--- a/monitoring/grafana-aether/templates/dashboard-configmap.yaml
+++ b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
@@ -24,3 +24,8 @@
 {{ (.Files.Glob $path).AsConfig | indent 2 }}
 {{- end }}
 {{- end }}
+{{- if .Values.sdCoreDashboard }}
+{{- if .Values.sdCoreDatasourceURL }}
+{{ (.Files.Glob "dashboards/sdcore*.json").AsConfig | indent 2 }}
+{{- end }}
+{{- end }}
\ No newline at end of file