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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: customer1-n8n-config
|
||||
- secretRef:
|
||||
name: n8n-secret
|
||||
name: customer1-db-credentials
|
||||
|
||||
ports:
|
||||
- containerPort: 5678
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue