open-telemetry / opentelemetry-helm-charts

OpenTelemetry Helm Charts
https://opentelemetry.io
Apache License 2.0
397 stars 485 forks source link

Add functional end-to-end tests for the chart #40

Open tigrannajaryan opened 3 years ago

tigrannajaryan commented 3 years ago

We need to test the Helm chart's functionality end-to-end:

Make sure end-to-end test is run on Github action as part of every PR and main branch build.

tigrannajaryan commented 3 years ago

Looks like we are already using https://github.com/helm/chart-testing-action which supposedly is what we need to install the chart, so probably step 1 above is already covered.