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:
|
||||
storageClass: longhorn
|
||||
|
||||
postgresql:
|
||||
auth:
|
||||
postgresPassword: Eycwrv4ECmxB63t37EwT
|
||||
postgresql:
|
||||
auth:
|
||||
postgresPassword: Eycwrv4ECmxB63t37EwT
|
||||
|
||||
primary:
|
||||
resources:
|
||||
|
|
|
|||
Reference in a new issue