apps/do: properly set vikunja postgres password
This commit is contained in:
parent
4cf9f4879a
commit
5738413220
|
@ -54,7 +54,7 @@ data:
|
||||||
redirecturl: "https://do-test.${domain}/auth/openid/"
|
redirecturl: "https://do-test.${domain}/auth/openid/"
|
||||||
providers:
|
providers:
|
||||||
- name: Stackspin
|
- name: Stackspin
|
||||||
authurl: "https://sso.${domain}/"
|
authurl: "https://${hydra_domain}/"
|
||||||
clientid: "${client_id}"
|
clientid: "${client_id}"
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -5,5 +5,6 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
fields:
|
fields:
|
||||||
- fieldName: jwt
|
- fieldName: jwt
|
||||||
- fieldName: postgresql_password
|
- fieldName: postgresql_password
|
||||||
|
- fieldName: postgresql_admin_password
|
||||||
|
|
|
@ -106,6 +106,7 @@ data:
|
||||||
database: vikunja
|
database: vikunja
|
||||||
username: vikunja
|
username: vikunja
|
||||||
password: "${postgresql_password}"
|
password: "${postgresql_password}"
|
||||||
|
postgresPassword: "${postgresql_admin_password}"
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: vikunja-postgres
|
existingClaim: vikunja-postgres
|
||||||
|
|
Loading…
Reference in New Issue