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
184 stars 96 forks source link

persistence support #115

Open Simon-CR opened 1 week ago

Simon-CR commented 1 week ago

can subPath support be added as a value under the persistence options ? I'm using a common NFS share for all my apps and so far they all support referencing to an existing Claim with the subPath value so they each have their own folders inside the root of my nfs share (ie /server/nfsshare/appA , /server/nfsshare/appB).

thanks !

Simon-CR commented 1 week ago

as a workaround, I've used the subDir option of the csi-nfs driver with my PV, I have to pre-create the subfolder by hand, but the end result works.