I'm using helm 2.16. I have a chart with this structure:
umbrella
|-charts
|-subchart1
|-subchart2
I want to be able to install umbrella chart + subchart1 or umbrella chart + subchart2 by using a single flag (subchart1 or subchart2) and have a default for that flag as subchart1.
As helm chart conditions on requirements cannot be negated, are there any other solutions available other that guarding all the resources from one of the charts with IFs ?