diff --git a/.github/workflows/E2E-chaoscenter-pipeline.yml b/.github/workflows/E2E-chaoscenter-pipeline.yml index ca2abe9f1..54c09bb6d 100644 --- a/.github/workflows/E2E-chaoscenter-pipeline.yml +++ b/.github/workflows/E2E-chaoscenter-pipeline.yml @@ -20,7 +20,7 @@ jobs: run: | helm install chaos litmuschaos/litmus \ --namespace=litmus \ - --set portal.frontend.service.type=NodePort + --set portal.frontend.service.type=NodePort -f ./litmus/values-ci.yaml - name: Wait for pods to be ready run: | sleep 30s