Skip to content
Snippets Groups Projects
Commit 57384132 authored by xeruf's avatar xeruf
Browse files

apps/do: properly set vikunja postgres password

parent 4cf9f487
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -5,5 +5,6 @@ metadata:
namespace: flux-system
spec:
fields:
- fieldName: jwt
- fieldName: postgresql_password
- fieldName: jwt
- fieldName: postgresql_password
- fieldName: postgresql_admin_password
......@@ -106,6 +106,7 @@ data:
database: vikunja
username: vikunja
password: "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary:
persistence:
existingClaim: vikunja-postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment