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 username: postgres
database: postgres database: postgres
existingSecret: postgresql-auth existingSecret: postgresql-auth
secretKey: password secretKey: POSTGRES_PASSWORD
initScripts: initScripts:
enabled: true enabled: true

View File

@ -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