rancher / hull

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

Write basic library functions to make it easier to write tests #6

Closed aiyengar2 closed 1 year ago

aiyengar2 commented 1 year ago

Hull requires basic functions to make it easier for users to get started with running checks on Helm charts without having to define their own advanced CheckFunctions.

Additional utilities around chaining check functions would be useful too. Need to investigate with existing charts.

aiyengar2 commented 1 year ago

addressed by https://github.com/aiyengar2/hull/pull/24, https://github.com/aiyengar2/hull/pull/25, and https://github.com/aiyengar2/hull/pull/26