fix(n8n): correct WEBHOOK_URL extraEnv value syntax
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user