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
|
timezone: CET
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
global:
|
auth:
|
||||||
postgresql:
|
database: vikunja
|
||||||
auth:
|
username: vikunja
|
||||||
database: vikunja
|
password: "${postgresql_password}"
|
||||||
username: vikunja
|
postgresPassword: "${postgresql_admin_password}"
|
||||||
password: "${postgresql_password}"
|
|
||||||
postgresPassword: "${postgresql_admin_password}"
|
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: vikunja-test-postgres
|
existingClaim: vikunja-test-postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue