-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration with helm-unittest #1713
Comments
@renehernandez Good idea! Just wondering but would you mind if I omitted the I think forcing the tests directory path to |
The purpose of having a |
Also, is it necessary to differentiate between local and remote charts? I could see the possibility of testing that my values are assigned properly or that certain component is disabled against a remote chart |
@mumoshu A new helm-unittest has been published that brings the changes I need in order to work on this integration. I am going to start implementing this next week. Coming back to your original feedback:
Thoughts? |
@renehernandez Hey!
Makes sense 👍
Me either, especially after reading your feedback. Can we just begin without the default location and forcing the user to provide the directories containing unittests? |
@renehernandez Can we use |
I'll carry on then! |
@mumoshu any thoughts on integrating this still? |
@mathe-matician could you create an new issue at helmfile/helmfile repo? thanks so much. |
@yxxhero my mistake - I didn't realize I was on the old repo. Will do! |
At work, we use helm-unittest plugin as part of our CI/CD pipelines.
It would be great if we could integrate the plugin natively into
helmfile
, e.gAnd this would automatically generate the final values file (like
helmfile write-values
does) and automatically invoke thehelm unittest
command.The text was updated successfully, but these errors were encountered: