diff --git a/test/nginx/install.sh b/test/nginx/install.sh index 5c3cbbbd2..672b11af1 100755 --- a/test/nginx/install.sh +++ b/test/nginx/install.sh @@ -14,6 +14,7 @@ helm upgrade -i ingress-nginx ingress-nginx/ingress-nginx --version=${NGINX_HELM --wait \ --namespace ingress-nginx \ --set controller.metrics.enabled=true \ +--set controller.admissionWebhooks.enabled=true \ --set controller.podAnnotations."prometheus\.io/scrape"=true \ --set controller.podAnnotations."prometheus\.io/port"=10254 \ --set controller.service.type=NodePort diff --git a/test/nginx/test-canary.sh b/test/nginx/test-canary.sh index baaccf289..b2a166eda 100755 --- a/test/nginx/test-canary.sh +++ b/test/nginx/test-canary.sh @@ -195,6 +195,30 @@ done echo '✔ Canary promotion test passed' +echo 'Testing original ingress update after canary promotion to pass validation webhook' + +cat <