fix database

This commit is contained in:
Philip Haupt
2025-10-12 23:50:01 +02:00
parent bb31cdcf6d
commit 1aa0e00c08
2 changed files with 6 additions and 6 deletions

View File

@@ -349,8 +349,8 @@ cluster:
# 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: nextcloud
owner: nextcloud # Defaults to the database name
database: synapse
owner: synapse # 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: []