Add more dashboards for Aether

Change-Id: I719485706cbd0bfb39ec00ccc2ac67ab8dd722b0
diff --git a/nem-monitoring/templates/grafana-dashboard-configmap.yaml b/nem-monitoring/templates/grafana-dashboard-configmap.yaml
index 47382ed..59a0410 100644
--- a/nem-monitoring/templates/grafana-dashboard-configmap.yaml
+++ b/nem-monitoring/templates/grafana-dashboard-configmap.yaml
@@ -48,9 +48,19 @@
   omec.json: |
 {{ .Files.Get "grafana-dashboards/omec.json" | indent 4 }}
 {{- end }}
-{{- if .Values.dashboards.aether }}
+{{- if .Values.dashboards.aetherClusters }}
   aether-clusters.json: |
 {{ .Files.Get "grafana-dashboards/aether-clusters.json" | indent 4 }}
+{{- end }}
+{{- if .Values.dashboards.aetherEdges }}
+  aether-edges.json: |
+{{ .Files.Get "grafana-dashboards/aether-edges.json" | indent 4 }}
+{{- end }}
+{{- if .Values.dashboards.aetherCentralPods }}
+  aether-central-pods.json: |
+{{ .Files.Get "grafana-dashboards/aether-central-pods.json" | indent 4 }}
+{{- end }}
+{{- if .Values.dashboards.aetherEdgePods }}
   aether-edge-pods.json: |
 {{ .Files.Get "grafana-dashboards/aether-edge-pods.json" | indent 4 }}
 {{- end }}