1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-06 21:45:42 +01:00
Files
Eric a4377be973 Prepare release v2.4.0 (#180)
Signed-off-by: Eric Lemieux <eric@lemieuxdev.com>
2019-11-02 12:06:10 -04:00
..
2019-11-02 12:06:10 -04:00
2019-11-02 12:06:10 -04:00
2019-03-27 18:48:49 +01:00

Chart testing example with CircleCi and kind - Kubernetes in Docker

kind is a tool for running local Kubernetes clusters using Docker container "nodes".

This example shows how to lint and test charts using CircleCi and kind. It creates a cluster with a single master node and one worker node. The cluster configuration can be adjusted in kind-config.yaml. You can check for available configuration options in kind docs