add default values

This commit is contained in:
2025-12-14 21:02:05 -06:00
parent 7c8145f741
commit 5bc8c7286c
4 changed files with 10 additions and 10 deletions

View File

@@ -197,9 +197,9 @@ cluster:
# -- Bootstrap is the configuration of the bootstrap process when initdb is used.
# See: https://cloudnative-pg.io/documentation/current/bootstrap/
# See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb
initdb: {}
# database: app
# owner: "" # Defaults to the database name
initdb:
database: app
owner: "" # Defaults to the database name
# 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: []