quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
344 stars 69 forks source link

Add support for list of templates on tests instead of just one template #89

Closed stevelipinski closed 3 years ago

stevelipinski commented 3 years ago

Thought this would be a nice addition - the ability to set a list of templates at a test-level instead of just a single template. Tried getting the same at an assertion level, but that proved too difficult. Test-level would suffice for most of our use-cases.