rancher / hull

Keep your Helm charts afloat with comprehensive testing
Apache License 2.0
4 stars 5 forks source link

Add examples and fixes around working with subcharts #31

Open aiyengar2 opened 1 year ago

aiyengar2 commented 1 year ago

Need to add a more complex use case of a Helm chart using a local subchart (that exists in the charts/ directory) or one that uses a remote subchart (that is called out in the dependencies in the Chart.yaml).

In general, this issue should be an Epic around figuring out the right experience for working with subchart in Hull.

For example, perhaps it should be possible to define a test.Suite for the subchart that can be embedded into the test.Suite for the main chart?