Skip to content

Commit 886919a

Browse files
committed
Remove wait command
1 parent 5853629 commit 886919a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/scripts/remote-scripts/run-ipv6-test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ echo "Applying NGF CRDs"
1515
kubectl apply --server-side -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v2.1.1/deploy/crds.yaml
1616

1717
echo "Installing NGF with IPv6 configuration"
18-
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric \
18+
helm install nginx-gateway oci://ghcr.io/nginx/charts/nginx-gateway-fabric \
1919
--create-namespace -n nginx-gateway \
2020
--set nginx.config.ipFamily=ipv6 \
2121
--set nginx.service.type=ClusterIP
2222

23-
echo "Waiting for NGF deployment to be available"
24-
kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric --for=condition=Available
25-
2623
echo "Deploying IPv6 test application"
2724
kubectl apply -f tests/manifests/ipv6-test-app.yaml
2825

0 commit comments

Comments
 (0)