From 6d485ed1a4c0f9bb8a954a63381c7a6b6ff72bc8 Mon Sep 17 00:00:00 2001 From: francostellari Date: Tue, 12 Mar 2024 17:53:57 -0400 Subject: [PATCH] Change nginx patch url Signed-off-by: francostellari Change nginx patch url Signed-off-by: francostellari --- scripts/create-kind-cluster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-kind-cluster.sh b/scripts/create-kind-cluster.sh index 5819623..1f5a1d1 100644 --- a/scripts/create-kind-cluster.sh +++ b/scripts/create-kind-cluster.sh @@ -33,9 +33,9 @@ nodes: protocol: TCP EOF -echo Patching nginx ingress with SSL passthrough... +echo Creating an 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...