From 906a2847f789489ebeed260498686bbdea65f637 Mon Sep 17 00:00:00 2001 From: Ryan Hartje Date: Sat, 31 Jul 2021 10:41:04 -0500 Subject: [PATCH] fix minor typo Signed-off-by: Ryan Hartje --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c089cbe..5760288 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi - `cluster_name`: The name of the cluster to create (default: `chart-testing`) - `wait`: The duration to wait for the control plane to become ready (default: `60s`) - `log_level`: The log level for kind -- `kubetl_version`: The kubectl version to use (default: v1.20.8) +- `kubectl_version`: The kubectl version to use (default: v1.20.8) ### Example Workflow