-
Notifications
You must be signed in to change notification settings - Fork 9
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
[FEATURE] Add helm chart test #42
Conversation
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Now, the helm chart testing will run directly in the Pull Request CI :) Screenshot of the GitHub Action workflow logs |
Amazing work @ibakshay ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of questions as I'm discovering the framework.
The only thing I'm not in favour of is to put enabled: true by default. I'd say this would be enabled only in test platforms and IMO with helm we should respect the "default is production" paradigm. (I don't know if it exists I just invented it haha)
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
My pleasure. @nicolastakashi. Added a test for ingress in this commit fabd571. I am not sure how to test for dashboard sync sidecar container. I will tackle it in another PR and with some other improvements if required :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your very detailed answers. LGTM then 🚀
This pull request fixes #39