apps/do/vikunja-test/vikunja-values-configmap: test non-global postgres auth

This commit is contained in:
xeruf 2025-01-14 02:38:22 +01:00
parent 8ad81466b1
commit 332f6402e7

View file

@ -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