CHORE(app): use postgresql-cnpg secret

- Changed databases/postgresql to databases/postgresql-cnpg
- This aligns with the standardized PostgreSQL setup
- Fixes secret sync errors in mas namespace
This commit is contained in:
2025-12-28 01:20:05 +09:00
parent 9220934803
commit 735ed8b186
2 changed files with 4 additions and 4 deletions

View File

@@ -35,11 +35,11 @@ spec:
data:
- secretKey: password
remoteRef:
key: databases/postgresql
key: databases/postgresql-cnpg
property: PASSWORD
- secretKey: postgres-password
remoteRef:
key: databases/postgresql
key: databases/postgresql-cnpg
property: POSTGRES_PASSWORD
---
apiVersion: external-secrets.io/v1beta1
@@ -57,6 +57,6 @@ spec:
data:
- secretKey: password
remoteRef:
key: databases/postgresql
key: databases/postgresql-cnpg
property: POSTGRES_PASSWORD

View File

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