fonzdm / servarr

Just trying to make a Servarr helm chart. Help
GNU Affero General Public License v3.0
5 stars 1 forks source link

Helm dependencies condition #34

Closed imgios closed 2 months ago

imgios commented 4 months ago

Description

Would be good to have a way to select which subchart to deploy.

For instance: if a user wants to deploy Radarr and Sonarr but Flaresolverr.

Solution you'd like

We can add the condition inside the Chart.yaml and have the values.yaml with also the enabled field, e.g.,:

sonarr:
  enabled: true
  ...
radarr:
  enabled: true
  ...
flaresolverr:
  enabled: false
  ...

Code of Conduct

github-actions[bot] commented 3 months ago

This issue has been marked as stale because it has been open for 30 days with no activity. This thread will be automatically closed in 7 days if no further activity occurs.

github-actions[bot] commented 3 months ago

This issue was closed because it has been stalled for 7 days with no activity.