helm test
in progress
Log In
This post was marked as
in progress
Rohan Gupta
long-term
Adding this feature request to our backlog.
Rohan Gupta
pending feedback
Hi Andres, we do not support Helm test. Our out of the box, Helm steps are geared towards deploy. Are you just looking to run a Helm test after the helm deployment step?
Can you you leverage the shell script step and export the Kubeconfig and run the helm test with release name being referenced from the helm deploy step?
G
General Bird
Rohan Gupta: Hi, helm test is used to run tests defined in a Helm chart, these tests can be anything from simple sanity checks to more complex integration tests, they are typically designed to verify that the application is running correctly in the k8s environment after it has been deployed.
Harness CD has 'Helm Deploy' and 'Helm Rollback' in steps library, it would be supper if we can run Helm Test after deployment to validate the application.
S
Semantic Grasshopper
Rohan Gupta: Do you guys support the normal Chart hooks that can be defined as apart of a helm install ? https://helm.sh/docs/topics/charts_hooks/ example pre-install and post-install ?
Rohan Gupta
Semantic Grasshopper: We do support Helm Chart Hooks in our Native Helm Deployment Swimlane. I have recently updated our documentation here to help articulate the difference. https://developer.harness.io/docs/continuous-delivery/deploy-srv-diff-platforms/helm/helm-cd-quickstart/