hush-house icon indicating copy to clipboard operation
hush-house copied to clipboard

ci: include chart validators as a step before deploying

Open cirocosta opened this issue 6 years ago • 0 comments

Right now, it's possible that the deployments might fail due to minutiae in the chart configurations.

With something like helm lint we can do part of that static check, and with kubeval, verify if the generated k8s objects match the expectations of Kubernetes before pushing them through tiller.

Ref: https://github.com/helm/chart-testing

cirocosta avatar Jan 30 '19 16:01 cirocosta