File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
tests/scripts/remote-scripts Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,11 @@ echo "Applying NGF CRDs"
1515kubectl apply --server-side -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v2.1.1/deploy/crds.yaml
1616
1717echo " 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-
2623echo " Deploying IPv6 test application"
2724kubectl apply -f tests/manifests/ipv6-test-app.yaml
2825
You can’t perform that action at this time.
0 commit comments