FIX(app): use POSTGRES_PASSWORD from Vault

- Change PASSWORD to POSTGRES_PASSWORD
- Use correct Vault key name
This commit is contained in:
2025-12-24 00:12:46 +09:00
parent 0a6e40b947
commit 68b9858c50
2 changed files with 2 additions and 2 deletions

View File

@@ -54,5 +54,5 @@ spec:
- secretKey: password
remoteRef:
key: databases/postgresql
property: PASSWORD
property: POSTGRES_PASSWORD