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