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