CHORE(k8s): update PostgreSQL namespace reference

- Update PostgreSQL service namespace reference
- Fix database connection configuration
This commit is contained in:
2025-12-29 20:51:33 +09:00
parent 831a14f1a3
commit a50720e84d
2 changed files with 6 additions and 6 deletions

View File

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