From a325dc4a68b057980343d5b20f7330688ccd8b4b Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Mon, 30 Sep 2024 18:25:12 +0200 Subject: [PATCH] Update current feature --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 66af610..3d3855c 100755 --- a/setup.sh +++ b/setup.sh @@ -77,7 +77,7 @@ kubectl apply -n "$NSAPP" -f $DIR/example-ingress.yaml kubectl get -n "$NSAPP" ingress ink "Access the application" -NODE_PORT=$(kubectl get svc ingress-nginx-controller -n "$NS" -o jsonpath="{.spec.ports[0].nodePort}") +NODE_PORT=$(kubectl get svc ingress-nginx-controller -n "$ingress_ns" -o jsonpath="{.spec.ports[0].nodePort}") helm upgrade --wait --install ingress-nginx ingress-nginx \ --repo https://kubernetes.github.io/ingress-nginx \