fix(n8n): correct WEBHOOK_URL extraEnv value syntax

This commit is contained in:
2026-03-18 22:44:51 +01:00
parent a1e4289ca3
commit 27a0e59628
+2 -1
View File
@@ -27,7 +27,8 @@ spec:
secretKeyRef: secretKeyRef:
name: n8n-secret name: n8n-secret
key: N8N_ENCRYPTION_KEY key: N8N_ENCRYPTION_KEY
WEBHOOK_URL: "https://n8n.net-scope.org" WEBHOOK_URL:
value: "https://n8n.net-scope.org"
deploymentStrategy: deploymentStrategy:
type: "Recreate" type: "Recreate"
persistence: persistence: