From 1f2c365137ccb84e96f72d55598cfcf39d0831db Mon Sep 17 00:00:00 2001 From: kuritka Date: Thu, 17 Dec 2020 11:47:49 +0100 Subject: [PATCH] fix cluster name for Multi Clusters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eeb29a..58ab1b7 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ For more details see: [Demo](https://github.com/AbsaOSS/k3d-action/actions?query ### Two pairs of clusters on two isolated networks ```yaml - uses: AbsaOSS/k3d-action@v1.0.0 - name: "Create 1st k3d Cluster in 172.20.0.0/24" + name: "Create 1st Cluster in 172.20.0.0/24" with: cluster-name: "test-cluster-1-a" network: "nw01"