fix: nextcloud

This commit is contained in:
Philip Haupt
2025-05-20 22:31:07 +02:00
parent 3e1ba08f4e
commit 9f5c468d13
2 changed files with 8 additions and 23 deletions

View File

@@ -453,8 +453,8 @@ postgresql:
postgresql:
# global.postgresql.auth overrides postgresql.auth
auth:
username: nextcloud
password: changeme
username: oc_philiph
password: ""
database: nextcloud
# Name of existing secret to use for PostgreSQL credentials.
# auth.postgresPassword, auth.password, and auth.replicationPassword will be ignored and picked up from this secret.
@@ -464,8 +464,8 @@ postgresql:
# Names of keys in existing secret to use for PostgreSQL credentials
secretKeys:
adminPasswordKey: postgres-password
userPasswordKey: db-user
replicationPasswordKey: db-pass
userPasswordKey: db-pass
replicationPasswordKey: postgres-repl-pass
primary:
persistence:
enabled: true