utkuozdemir / helm-charts

Helm Chart Repository
MIT License
41 stars 14 forks source link

Template for extra volume mounts #9

Closed jojonium closed 2 years ago

jojonium commented 2 years ago

This enables users to specify arbitrary extra volumes to be mounted to the pod. For example, this satisfies the use case where you want to download torrents to an existing PVC (perhaps an NFS share), but you don't want to keep Transmission's data there.

utkuozdemir commented 2 years ago

Thanks for the PR, LGTM. Will release a new version with this included.