Update k8s/apps/n8n/external-secrets.yaml
This commit is contained in:
@@ -10,10 +10,8 @@ spec:
|
|||||||
template:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
postgres-password: |-
|
postgres-password: "{{ .psql | trim }}"
|
||||||
{{ .psql }}
|
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
|
||||||
N8N_ENCRYPTION_KEY: |-
|
|
||||||
{{ .enc_pass }}
|
|
||||||
data:
|
data:
|
||||||
- secretKey: psql
|
- secretKey: psql
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user