fix(n8n): correct WEBHOOK_URL extraEnv syntax
This commit is contained in:
@@ -35,5 +35,4 @@ spec:
|
||||
secretKeyRef:
|
||||
name: n8n-secret
|
||||
key: N8N_ENCRYPTION_KEY
|
||||
WEBHOOK_URL:
|
||||
value: "https://n8n.net-scope.org"
|
||||
WEBHOOK_URL: "https://n8n.net-scope.org"
|
||||
|
||||
Reference in New Issue
Block a user