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