-
Notifications
You must be signed in to change notification settings - Fork 85
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
added more .test.sh scripts for charts #137
Conversation
I think no need to bump since it won't be mixed with helm's test approach but I was wondering what you (and the others) think to have chart tests and run |
@ckavili ; i think putting helm tests into the charts is a good idea. simplifies the testing for each chart. looks like argocd doesn't support the hook (https://argoproj.github.io/argo-cd/user-guide/helm/). do you know if the charts would need to be "installed" differently, i.e.: template vs install - does test work for both? |
|
I came across this repo, might be useful...https://github.com/redhat-certification/chart-verifier |
raises a PR against them to get a github action added: |
@ckavili ; good to merge? or need anything changed? |
one last thing 😅 would you also like to add |
@ckavili ; pushed. |
/lgtm |
What is this PR About?
added more scripts to install/test/cleanup charts on an OCP cluster
How do we test this?
run
_test/prow.sh
against a clustercc: @redhat-cop/day-in-the-life