-
Notifications
You must be signed in to change notification settings - Fork 54
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
Charts testing #148
Comments
Do we really need this by now? In our current business-tests we are using the helm charts to deploy two connectors, it would fail if something is wrong with them. At least this how the business-tests are implemented by now, this might be changed if we want to refactor it. |
If I got it now business runs only with the configuration We could have a fine grained test case on each charts variant/configuration without the need to run business tests against all of them. |
We only have one helm chart |
Helm supports testing out of the box for the Charts.
It would cool to introduce such testing in our CI pipeline.
We could probably use our Observability API for checking that the chart works as expected.
The docs for the Helm testing framework it's available here
The text was updated successfully, but these errors were encountered: