We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9265787 commit 7001903Copy full SHA for 7001903
tests/Makefile
@@ -107,7 +107,7 @@ test: ## Runs the functional tests on your default k8s cluster
107
--label-filter "functional" $(GINKGO_FLAGS) ./suite -- \
108
--gateway-api-version=$(GW_API_VERSION) --gateway-api-prev-version=$(GW_API_PREV_VERSION) \
109
--image-tag=$(TAG) --version-under-test=$(NGF_VERSION) \
110
- --plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) \
+ --plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX) \
111
--pull-policy=$(PULL_POLICY) --k8s-version=$(K8S_VERSION) --service-type=$(GW_SERVICE_TYPE) \
112
--is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL)
113
0 commit comments