fix(gitops): use postgresql auth secret password key

This commit is contained in:
Haitao Pan 2026-04-04 07:13:22 +08:00
parent f0aa58e529
commit 7484f8e043
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ auth:
username: postgres
database: postgres
existingSecret: postgresql-auth
secretKey: password
secretKey: POSTGRES_PASSWORD
initScripts:
enabled: true

View File

@ -13,7 +13,7 @@ auth:
username: postgres
database: postgres
existingSecret: postgresql-auth
secretKey: password
secretKey: POSTGRES_PASSWORD
initScripts:
enabled: true