diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index dbeac40..562f5df 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -124,6 +124,8 @@ spec: value: /root/.n8n-files - name: N8N_SKIP_AUTH_ON_OAUTH_CALLBACK value: "true" + - name: NODE_PATH + value: /root/.n8n/node_modules volumeMounts: - name: data mountPath: "/root/.n8n"