diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index 61b0134..cf04ff0 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -35,6 +35,10 @@ spec: - name: n8n image: n8nio/n8n:1.80.2 imagePullPolicy: IfNotPresent + args: + - | + npm install -g moment lodash collect.js sugar markdown + n8n start ports: - containerPort: 5678 name: web