From 01fb5de8bec3bd310ce94cfea83d4c4ff52a3951 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 29 Jan 2024 21:10:44 +0200 Subject: [PATCH] Yaml Linter changes Signed-off-by: Itay Grudev --- charts/cloudnative-pg/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/cloudnative-pg/values.yaml b/charts/cloudnative-pg/values.yaml index d51640aae3..a84d3dbcc6 100644 --- a/charts/cloudnative-pg/values.yaml +++ b/charts/cloudnative-pg/values.yaml @@ -141,9 +141,11 @@ monitoring: podMonitorEnabled: false grafanaDashboard: enabled: false - namespace: "" # Allows overriding the namespace where the dashboard is installed. + # -- Allows overriding the namespace where the dashboard is installed. + namespace: "" sidecarLabel: "grafana_dashboard" - configMapName: "cnpg-grafana-dashboard" # Allows overriding the name of the configmap where the dashboard is stored. + # -- The name of the configmap containing the dashboard. + configMapName: "cnpg-grafana-dashboard" # Default monitoring queries monitoringQueriesConfigMap: