Unit tests for this chart live under tests/ and run with helm-unittest.
helm plugin install https://github.com/helm-unittest/helm-unittest --version v0.6.3 --verify=falseFrom the chart root:
helm unittest .| Suite | Templates |
|---|---|
deployment_test.yaml |
deployment.yaml |
configmap_test.yaml |
configmap.yaml |
service_test.yaml |
service.yaml |
Fixtures: tests/data/test_values.yaml, tests/data/test_values_files.yaml.
CI runs helm lint and helm unittest . on every pull request (see .github/workflows/ci.yml).
When you add or change a template or a values branch, add or update tests in the same change.