fix(gitops): align postgresql auth key and tag

This commit is contained in:
Haitao Pan 2026-04-02 19:29:45 +08:00
parent 1509014723
commit 6af0067026

View File

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