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:
@@ -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
|
||||
|
||||
|
||||
@@ -15,5 +15,5 @@ commonLabels:
|
||||
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
||||
images:
|
||||
- name: gitea0213.kro.kr/bluemayne/mas
|
||||
newTag: main-sha-9fe49be3a025f96835407dff45819fab6af96e8e
|
||||
newTag: main-sha-004c30bfa872c37dd3da5ad8501589c415807da8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user