diff --git a/examples/kind/README.md b/examples/kind/README.md index 66e9ee9..b3d7467 100644 --- a/examples/kind/README.md +++ b/examples/kind/README.md @@ -3,5 +3,5 @@ `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](https://github.com/kubernetes-sigs/kind). -It creates a cluster with a single master node and three worker nodes. +It creates a cluster with a single master node and one worker node. The cluster configuration can be adjusted in [kind-config.yaml](test/kind-config.yaml).