apps/do/vikunja-test/vikunja-values-configmap: test non-global postgres auth
This commit is contained in:
parent
8ad81466b1
commit
332f6402e7
1 changed files with 5 additions and 7 deletions
|
@ -74,13 +74,11 @@ data:
|
|||
timezone: CET
|
||||
postgresql:
|
||||
enabled: true
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
database: vikunja
|
||||
username: vikunja
|
||||
password: "${postgresql_password}"
|
||||
postgresPassword: "${postgresql_admin_password}"
|
||||
auth:
|
||||
database: vikunja
|
||||
username: vikunja
|
||||
password: "${postgresql_password}"
|
||||
postgresPassword: "${postgresql_admin_password}"
|
||||
primary:
|
||||
persistence:
|
||||
existingClaim: vikunja-test-postgres
|
||||
|
|
Loading…
Add table
Reference in a new issue