default to monitor on
All checks were successful
renovate / renovate (push) Successful in 41s
lint-and-test / lint-helm (push) Successful in 14s
lint-and-test / chart-testing (push) Successful in 29s
release-charts-generic-device-plugin / release (push) Successful in 23s
release-charts-postgres-cluster / release (push) Successful in 20s

This commit is contained in:
2025-12-14 22:23:19 -06:00
parent 98b01ba2a4
commit e49f293690
3 changed files with 10 additions and 10 deletions

View File

@@ -109,7 +109,7 @@ cluster:
monitoring:
# -- Whether to enable monitoring
enabled: false
enabled: true
podMonitor:
@@ -127,7 +127,7 @@ cluster:
prometheusRule:
# -- Whether to enable the PrometheusRule automated alerts
enabled: false
enabled: true
# -- Exclude specified rules
excludeRules:
@@ -199,7 +199,7 @@ cluster:
# See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb
initdb:
database: app
owner: "" # Defaults to the database name
owner: app
# secret:
# name: "" # Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch
# options: []