utkuozdemir / helm-charts

Helm Chart Repository
MIT License
41 stars 14 forks source link

Add alternative data volume #3

Closed null-d3v closed 3 years ago

null-d3v commented 3 years ago

Currently I use a modified version of this chart to use an NFS volume for data:

volumes:
  - name: data
    nfs:
      path: /mnt/primary/library/downloads
      server: 192.168.2.2

This proposal includes an alternative method for defining the data volume, instead of using the PVC or emptydir.

I appreciate the great work you have done here. You can modify, accept, or disregard this pr as you see fit; my only stake is not having to use an altered version of the chart.

utkuozdemir commented 3 years ago

Thank you for the PR, and glad to know that somebody is using it other than myself :) LGTM, I'll merge this and release chart version 1.0.9 soon.