Update k8s/apps/n8n/external-secrets.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 23s
Auto-update README / Generate README and Create MR (push) Successful in 5s

This commit is contained in:
ab
2026-02-04 00:15:46 +00:00
parent 6f8ca40108
commit 88e5b5f1b7

View File

@@ -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: