This repository is an example for testing a helm chart with CircleCI
See the CircleCI config.yml for the steps done to setup and test the helm chart
The testing is made up of two stages:
- Running a
helm lint
on the chart - Deploying chart to a running minikube Kubernetes cluster and validating http response code
This repository is using examples from