diff --git a/scripts/create-kind-cluster.sh b/scripts/create-kind-cluster.sh index 5819623..9e0d131 100644 --- a/scripts/create-kind-cluster.sh +++ b/scripts/create-kind-cluster.sh @@ -35,7 +35,7 @@ EOF echo Patching nginx ingress with SSL passthrough... -kubectl create -f https://raw.githubusercontent.com/kubestellar/kubestellar/main/example/kind-nginx-ingress-with-SSL-passthrough.yaml +kubectl create -f https://raw.githubusercontent.com/kubestellar/kubestellar/v0.14.0/example/kind-nginx-ingress-with-SSL-passthrough.yaml echo Waiting for patching to complete...