Skip to content

Commit 896a58c

Browse files
committed
Update k8s_version to be correct input number for script
1 parent 87794c1 commit 896a58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/test/scripts/create_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LINODE_API_TOKEN="$1"
88
export CLUSTER_NAME="$2"
99
export IMAGE="$3"
1010
export REGION="$4"
11-
export K8S_VERSION="$4"
11+
export K8S_VERSION="$5"
1212

1313
cat > cluster.tf <<EOF
1414
variable "nodes" {

0 commit comments

Comments
 (0)