#18629 Support optional 3rd party dependencies in helm
Issue created by
jscarrott
Is your feature request related to a problem? Please describe.
I am generating a helm chart that would ordinarily have chart dependencies that are optional based on a condition. The method of defining helm artifacts doesn't seem to allow for this.
Describe the solution you'd like
Preferably defining a 3rd party helm artifact would simply allow it to be used manually inside the chart.yaml instead of injecting the chart automatically (or at least have the option) so that you could manually configure the chart yaml as you would like.
Describe alternatives you've considered
I think I could make proxy 1st party chart that references the 3rd party chart and then make that optional but that is very awkward.
Additional context
Add any other context or screenshots about the feature request here.
pantsbuild/pants