Open fieldju opened 2 years ago
I had a typo in tempaltes
-> templates
when I fixed that things started working, but I still want to know if there is a way to view the rendered templates for a test.
I was only able via helm template
:
helm template releaseName chartName --values some.yaml --debug
:wave: hello, new to using this library.
I have a test
Its failing
I'd like to see what was rendered when a tests fails or just in general to help write the tests.
Is there a way to see the rendered templates that I am missing?