diff --git a/test/e2e-nginx-tests.sh b/test/e2e-nginx-tests.sh index c26f3a4b..a53ee5ba 100755 --- a/test/e2e-nginx-tests.sh +++ b/test/e2e-nginx-tests.sh @@ -17,6 +17,7 @@ kubectl -n test rollout status deployment/flagger-loadtester echo '>>> Initialising canary' kubectl apply -f ${REPO_ROOT}/test/e2e-workload.yaml +kubectl apply -f ${REPO_ROOT}/test/e2e-ingress.yaml cat <