drinkataco / media-servarr

🍿 A helm chart for a complete connected media server, based off of the servarr application family
GNU General Public License v3.0
13 stars 4 forks source link

Change how volume types are defaulted #30

Closed drinkataco closed 1 month ago

drinkataco commented 1 month ago

name: Pull Request about: Create a pull request to contribute to the Helm chart collection

Description

Charts do not need to define default volumes - this is done now in the template file, fixing an issue where you had to otherwise nullify this in your own values.yaml file.

https://github.com/drinkataco/media-servarr/issues/28

Type of change