apps/do: properly set vikunja postgres password

This commit is contained in:
xeruf 2024-02-12 10:44:29 +01:00
parent 4cf9f4879a
commit 5738413220
3 changed files with 5 additions and 3 deletions

View File

@ -54,7 +54,7 @@ data:
redirecturl: "https://do-test.${domain}/auth/openid/"
providers:
- name: Stackspin
authurl: "https://sso.${domain}/"
authurl: "https://${hydra_domain}/"
clientid: "${client_id}"
clientsecret: "${client_secret}"
service:

View File

@ -5,5 +5,6 @@ metadata:
namespace: flux-system
spec:
fields:
- fieldName: jwt
- fieldName: postgresql_password
- fieldName: jwt
- fieldName: postgresql_password
- fieldName: postgresql_admin_password

View File

@ -106,6 +106,7 @@ data:
database: vikunja
username: vikunja
password: "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary:
persistence:
existingClaim: vikunja-postgres