We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fd943 commit 62df1e9Copy full SHA for 62df1e9
.github/workflows/integration-test.yml
@@ -45,12 +45,10 @@ jobs:
45
46
# Install NGINX Ingress Controller
47
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
+ --namespace nginx-ingress --create-namespace
50
51
# Verify installation
52
kubectl get pods -n nginx-ingress
53
- kubectl get svc -n nginx-ingress
54
55
- name: Wait for NGINX Ingress Controller to be ready
56
run: |
0 commit comments