fix(gitops): use postgresql auth secret password key
This commit is contained in:
parent
f0aa58e529
commit
7484f8e043
@ -13,7 +13,7 @@ auth:
|
||||
username: postgres
|
||||
database: postgres
|
||||
existingSecret: postgresql-auth
|
||||
secretKey: password
|
||||
secretKey: POSTGRES_PASSWORD
|
||||
|
||||
initScripts:
|
||||
enabled: true
|
||||
|
||||
@ -13,7 +13,7 @@ auth:
|
||||
username: postgres
|
||||
database: postgres
|
||||
existingSecret: postgresql-auth
|
||||
secretKey: password
|
||||
secretKey: POSTGRES_PASSWORD
|
||||
|
||||
initScripts:
|
||||
enabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user