Skip to content

Commit 7001903

Browse files
committed
Fix Makefile test target to allow NGINX Plus image
1 parent 9265787 commit 7001903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ test: ## Runs the functional tests on your default k8s cluster
107107
--label-filter "functional" $(GINKGO_FLAGS) ./suite -- \
108108
--gateway-api-version=$(GW_API_VERSION) --gateway-api-prev-version=$(GW_API_PREV_VERSION) \
109109
--image-tag=$(TAG) --version-under-test=$(NGF_VERSION) \
110-
--plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) \
110+
--plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX) \
111111
--pull-policy=$(PULL_POLICY) --k8s-version=$(K8S_VERSION) --service-type=$(GW_SERVICE_TYPE) \
112112
--is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL)
113113

0 commit comments

Comments
 (0)