From 5805c631b47328d86de35c5fd7007e84c8a85858 Mon Sep 17 00:00:00 2001 From: camillo Date: Thu, 19 Dec 2024 15:22:00 +1100 Subject: [PATCH] Fix Datasource for Memgraph --- charts/aci-monitoring-stack/values.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/charts/aci-monitoring-stack/values.yaml b/charts/aci-monitoring-stack/values.yaml index aa08661..9130047 100644 --- a/charts/aci-monitoring-stack/values.yaml +++ b/charts/aci-monitoring-stack/values.yaml @@ -120,19 +120,9 @@ grafana: sidecar: # This will load datasorces that are defined as ConfigMaps with the label grafana_datasource datasources: - name: Prometheus - uid: prometheus enabled: true - defaultDatasourceEnabled: true - isDefaultDatasource: true label: grafana_datasource labelValue: "aci-monitoring-stack" - alertmanager: - enabled: true - name: Alertmanager - uid: alertmanager - handleGrafanaManagedAlerts: false - implementation: prometheus dashboards: enabled: true label: grafana_dashboard