diff --git a/apps/base/customer1/customer1-db-secret.yaml b/apps/base/customer1/customer1-db-secret.yaml index 2562da4..35ad8ff 100644 --- a/apps/base/customer1/customer1-db-secret.yaml +++ b/apps/base/customer1/customer1-db-secret.yaml @@ -5,8 +5,8 @@ data: kind: Secret metadata: creationTimestamp: "2026-01-06T03:32:33Z" - name: customer1-db-secret - namespace: default + name: customer1-db-credentials + namespace: customer1 resourceVersion: "1767670353472527021" uid: 51eea94f-26cd-4878-826e-8522c9ee28d9 type: Opaque diff --git a/apps/base/customer1/deployment.yaml b/apps/base/customer1/deployment.yaml index e99f212..8b0a7c5 100644 --- a/apps/base/customer1/deployment.yaml +++ b/apps/base/customer1/deployment.yaml @@ -47,7 +47,7 @@ spec: - configMapRef: name: customer1-n8n-config - secretRef: - name: n8n-secret + name: customer1-db-credentials ports: - containerPort: 5678