-
-
Notifications
You must be signed in to change notification settings - Fork 5
Support subcharts conditions #63
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesttrackTrack the item in the Project BoardTrack the item in the Project Board
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttrackTrack the item in the Project BoardTrack the item in the Project Board
Projects
StatusShow more project fields
Ready
Description
It would be good to deploy the subcharts based on conditions (e.g.
<service-name>.enabled), so that the user can decide which product to install and customise the deployment.Solution you'd like
I think we can introduce subcharts conditions based on the
<service-name>.enabledparameter (e.g.radarr.enabled). If the service condition parameter is set totrue, the*arrservice will be deployed. Based on this condition, we also create (or not) the init job for the related services.Code of Conduct