refactor(postgres): default password belongs to global.postgresql.auth
This commit is contained in:
parent
c4d163f7cb
commit
b92af4b8f1
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ postgresql:
|
||||||
global:
|
global:
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: Eycwrv4ECmxB63t37EwT
|
postgresPassword: Eycwrv4ECmxB63t37EwT
|
||||||
|
|
||||||
primary:
|
primary:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Reference in a new issue