rancher / hull

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

Refactor TemplateOptions With Hull Types #22

Closed aiyengar2 closed 1 year ago

aiyengar2 commented 1 year ago

Instead of relying on upstream Helm's structs and methods on those structs, this PR wraps upstream Helm's structs into Hull types that have additional functions added to them.

These additional functions will make it easier to build a TemplateOptions struct in a testing suite.