robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

allow using a PVC for the data volume #27

Closed frank-bee closed 1 year ago

frank-bee commented 1 year ago

We faced the issue, that our k8s nodes do not have large enough disks attached to the nodes required for the data volume in the init job. It would be nice to allow using PVC for the data volume instead of the emptyDir. I will provide a PR.