fix secrets
This commit is contained in:
parent
767dc52eab
commit
2758510fb5
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ data:
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: "2026-01-06T03:32:33Z"
|
creationTimestamp: "2026-01-06T03:32:33Z"
|
||||||
name: customer1-db-secret
|
name: customer1-db-credentials
|
||||||
namespace: default
|
namespace: customer1
|
||||||
resourceVersion: "1767670353472527021"
|
resourceVersion: "1767670353472527021"
|
||||||
uid: 51eea94f-26cd-4878-826e-8522c9ee28d9
|
uid: 51eea94f-26cd-4878-826e-8522c9ee28d9
|
||||||
type: Opaque
|
type: Opaque
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ spec:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: customer1-n8n-config
|
name: customer1-n8n-config
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: n8n-secret
|
name: customer1-db-credentials
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5678
|
- containerPort: 5678
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue