From f493c5be99dcb245d00fbee4105fd927e96800d6 Mon Sep 17 00:00:00 2001 From: Mykyta Orlov Date: Sat, 2 Mar 2024 19:45:39 +0200 Subject: [PATCH] Grafana dashboard label to "1" According to most used monitoring stack label value should be "1" to be automatically loaded. While it's not very hard to find it took me some time to figure out why dashboard wasn't loaded. https://github.com/prometheus-community/helm-charts/blob/e7b492f14f217bfa5616e36bf1eb031cae2721b1/charts/kube-prometheus-stack/values.yaml#L1032 Signed-off-by: Mykyta Orlov --- charts/cloudnative-pg/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudnative-pg/values.yaml b/charts/cloudnative-pg/values.yaml index ce32e97d1..8304224cf 100644 --- a/charts/cloudnative-pg/values.yaml +++ b/charts/cloudnative-pg/values.yaml @@ -148,7 +148,7 @@ monitoring: # -- Label that ConfigMaps should have to be loaded as dashboards. sidecarLabel: "grafana_dashboard" # -- Label value that ConfigMaps should have to be loaded as dashboards. - sidecarLabelValue: "" + sidecarLabelValue: "1" # Default monitoring queries monitoringQueriesConfigMap: