From debbea6e91d27a728b828beffdf98b96dba1887b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 13 Mar 2024 13:12:23 +0200 Subject: [PATCH] Changed `sidecarLabelValue` default to 1 Signed-off-by: Itay Grudev --- 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 384f74d30..54df2d60f 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" # -- Annotations that ConfigMaps can have to get configured in Grafana, # with `grafana_dashboard_folder: CNPG` a Dashboard folder CNPG will be created in Grafana # and the Dashboard will be placed into that Folder.