You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm charts tend to become quite complex over the time, leading to potential rendering issues and bugs.
To avoid that, we should have automated tests in place, to make sure the templates are rendered the way we expect them to be when different values are provided.
The Kubewarden team found the helm unittest to be particularly useful.
Helm charts tend to become quite complex over the time, leading to potential rendering issues and bugs.
To avoid that, we should have automated tests in place, to make sure the templates are rendered the way we expect them to be when different values are provided.
The Kubewarden team found the helm unittest to be particularly useful.
You can see that in action inside of this repo.
Acceptance criteria
make
The text was updated successfully, but these errors were encountered: