We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef67de commit 1275a48Copy full SHA for 1275a48
tests/Makefile
@@ -124,7 +124,7 @@ test: ## Runs the functional tests on your default k8s cluster
124
--image-tag=$(TAG) --version-under-test=$(NGF_VERSION) \
125
--plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX) \
126
--pull-policy=$(PULL_POLICY) --service-type=$(GW_SERVICE_TYPE) \
127
- --is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL) --cluster_name=$(CLUSTER_NAME)
+ --is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL) --cluster-name=$(CLUSTER_NAME)
128
129
.PHONY: test-with-plus
130
test-with-plus: PLUS_ENABLED=true
0 commit comments