Skip to content

Commit 1275a48

Browse files
committed
Correct flag name
1 parent 8ef67de commit 1275a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test: ## Runs the functional tests on your default k8s cluster
124124
--image-tag=$(TAG) --version-under-test=$(NGF_VERSION) \
125125
--plus-enabled=$(PLUS_ENABLED) --ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX) \
126126
--pull-policy=$(PULL_POLICY) --service-type=$(GW_SERVICE_TYPE) \
127-
--is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL) --cluster_name=$(CLUSTER_NAME)
127+
--is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL) --cluster-name=$(CLUSTER_NAME)
128128

129129
.PHONY: test-with-plus
130130
test-with-plus: PLUS_ENABLED=true

0 commit comments

Comments
 (0)