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

View File

@@ -15,5 +15,5 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
newTag: main-sha-956fbba3b771b37eb782f5722f675374f507cd7c
newTag: main-sha-c2478e77782ada7a8bc51de2f4f0ef4530dd67b2