Skip to content

Commit

Permalink
Yaml Linter changes
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Jan 29, 2024
1 parent 490573e commit 01fb5de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01fb5de

Please sign in to comment.