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
207 stars 102 forks source link

multi-attach error for volume when upgrading deployment with helm3 #14

Closed MarkusKepert closed 1 year ago

MarkusKepert commented 3 years ago

Kubernetes drops an error with current helm chart, wehn using persitence yes with an ReadWriteOnce PVC.

Solution: Change update strategy to recreate in deployment.yaml

MarkusKepert commented 1 year ago

Not longer of interest. Outdated problem.