Skip to content

Commit

Permalink
Change nginx patch url
Browse files Browse the repository at this point in the history
Signed-off-by: francostellari <[email protected]>

Change nginx patch url

Signed-off-by: francostellari <[email protected]>
  • Loading branch information
francostellari committed Mar 13, 2024
1 parent 8bc686b commit 6d485ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down

0 comments on commit 6d485ed

Please sign in to comment.