diff --git a/.github/workflows/test-nginx-ingress.yml b/.github/workflows/test-nginx-ingress.yml index 461598b..a9b9915 100644 --- a/.github/workflows/test-nginx-ingress.yml +++ b/.github/workflows/test-nginx-ingress.yml @@ -82,7 +82,7 @@ jobs: echo "Waiting for Nginx Ingress pods..." kubectl wait --namespace default \ --for=condition=ready pod \ - --selector=app.kubernetes.io/name=nginx-ingress \ + --selector=app.kubernetes.io/instance=nginx-ingress \ --timeout=90s - name: Create test values for nginx