mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
update username
This commit is contained in:
parent
dc4aa237fb
commit
3e864999b9
@ -24,6 +24,8 @@ global:
|
|||||||
postgres:
|
postgres:
|
||||||
#infra is only used by subchart deployment
|
#infra is only used by subchart deployment
|
||||||
infra:
|
infra:
|
||||||
|
# subchart does not accept this global value in one place
|
||||||
|
# if updating be sure to also update postgresql.auth.username
|
||||||
user: kyoo_all
|
user: kyoo_all
|
||||||
passwordKey: postgres_password
|
passwordKey: postgres_password
|
||||||
existingSecret: bigsecret
|
existingSecret: bigsecret
|
||||||
@ -327,8 +329,8 @@ meilisearch:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
# create a user
|
# username is unable to reference global value
|
||||||
username: "{{ .Values.global.postgres.infra.user }}"
|
username: kyoo_all
|
||||||
existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}"
|
existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}"
|
||||||
secretKeys:
|
secretKeys:
|
||||||
# set the postgres user password to the same as our user
|
# set the postgres user password to the same as our user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user