@@ -130,7 +130,7 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results
130130 --ngf-image-repo=$(PREFIX ) --nginx-image-repo=$(NGINX_PREFIX ) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX ) \
131131 --pull-policy=$(PULL_POLICY ) --service-type=$(GW_SERVICE_TYPE ) \
132132 --is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL ) --plus-enabled=$(PLUS_ENABLED ) \
133- --plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=$( PLUS_USAGE_ENDPOINT )
133+ --plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=${ PLUS_USAGE_ENDPOINT}
134134
135135.PHONY : test
136136test : build-crossplane-image # # Runs the functional tests on your kind k8s cluster
@@ -143,7 +143,7 @@ test: build-crossplane-image ## Runs the functional tests on your kind k8s clust
143143 --ngf-image-repo=$(PREFIX ) --nginx-image-repo=$(NGINX_PREFIX ) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX ) \
144144 --pull-policy=$(PULL_POLICY ) --service-type=$(GW_SERVICE_TYPE ) \
145145 --is-gke-internal-lb=$(GW_SVC_GKE_INTERNAL ) --cluster-name=$(CLUSTER_NAME ) --plus-enabled=$(PLUS_ENABLED ) \
146- --plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=$( PLUS_USAGE_ENDPOINT )
146+ --plus-license-file-name=$(PLUS_LICENSE_FILE ) --plus-usage-endpoint=${ PLUS_USAGE_ENDPOINT}
147147
148148.PHONY : test-with-plus
149149test-with-plus : PLUS_ENABLED=true
@@ -177,7 +177,7 @@ deploy-updated-provisioner: ## Update provisioner manifest and deploy to the con
177177
178178.PHONY : generate-static-deployment
179179generate-static-deployment :
180- helm template nginx-gateway $(CHART_DIR ) --set nameOverride=nginx-gateway --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml --set nginxGateway.image.repository=$(PREFIX ) --set nginxGateway.image.tag=$(TAG ) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX ) --set nginx.image.tag=$(TAG ) --set nginx.image.pullPolicy=Never --set nginxGateway.gwAPIExperimentalFeatures.enable=$(ENABLE_EXPERIMENTAL ) --set nginx.plus=$(PLUS_ENABLED ) --set nginx.usage.endpoint=$( PLUS_USAGE_ENDPOINT ) > $(SELF_DIR ) config/tests/static-deployment.yaml
180+ helm template nginx-gateway $(CHART_DIR ) --set nameOverride=nginx-gateway --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml --set nginxGateway.image.repository=$(PREFIX ) --set nginxGateway.image.tag=$(TAG ) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX ) --set nginx.image.tag=$(TAG ) --set nginx.image.pullPolicy=Never --set nginxGateway.gwAPIExperimentalFeatures.enable=$(ENABLE_EXPERIMENTAL ) --set nginx.plus=$(PLUS_ENABLED ) --set nginx.usage.endpoint=${ PLUS_USAGE_ENDPOINT} > $(SELF_DIR ) config/tests/static-deployment.yaml
181181
182182# this target is used to install the gateway-api CRDs from the main branch (only used in the nightly CI job)
183183# it overrides the target in the main Makefile when the GW_API_VERSION is set to main
0 commit comments