8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

Can't add volumes/volumeMounts #95

Open neilcar opened 3 months ago

neilcar commented 3 months ago

I need n8n to operate on files stored elsewhere (in a mounted hostPath, in my case) and it's not currently possible to add this configuration.

There's a reasonably common pattern of using raw YAML from keys additionalVolumes and additionalVolumeMounts that would work here.