1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00
Files
chart-testing/examples/kind
Rimas Mocevicius 4040c6ed7f Set kind node to 1 worker (#117)
Signed-off-by: rimas <rmocius@gmail.com>
2019-02-22 11:30:00 +01:00
..
2019-01-24 15:50:20 +01:00
2019-02-22 11:30:00 +01:00
2019-01-24 15:50:20 +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 three worker nodes. The cluster configuration can be adjusted in kind-config.yaml.