Closed philippemnoel closed 1 month ago
What Currently, our Helm chart has no tests in CI. We should
helm template ...
helm install --dry-run ...
helm test ...
This should hopefully make sure we don't make broken changes to the Helm chart by modifying it or modifying our underlying Dockerfile.
Why ^
How ^
Handled by #1 and #14
What Currently, our Helm chart has no tests in CI. We should
helm template ...
,helm install --dry-run ...
andhelm test ...
that run on every PRThis should hopefully make sure we don't make broken changes to the Helm chart by modifying it or modifying our underlying Dockerfile.
Why ^
How ^