fix: nextcloud
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user