Skip to content

Commit 62df1e9

Browse files
committed
fix: install nic
1 parent 93fd943 commit 62df1e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
4646
# Install NGINX Ingress Controller
4747
helm install my-release oci://ghcr.io/nginx/charts/nginx-ingress --version 2.2.2 \
48-
--namespace nginx-ingress --create-namespace \
49-
--wait --timeout=300s
48+
--namespace nginx-ingress --create-namespace
5049
5150
# Verify installation
5251
kubectl get pods -n nginx-ingress
53-
kubectl get svc -n nginx-ingress
5452
5553
- name: Wait for NGINX Ingress Controller to be ready
5654
run: |

0 commit comments

Comments
 (0)