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 3ac39b8 commit 88d5336Copy full SHA for 88d5336
tests/Makefile
@@ -151,7 +151,7 @@ run-tests-in-minikube: ## Run tests in Minikube
151
-v $(ROOT_DIR)/pyproject.toml:/workspace/pyproject.toml \
152
$(TEST_PREFIX):$(TEST_TAG) \
153
--context=minikube \
154
- --image=$(BUILD_IMAGE) --image-pull-policy=Never \
+ --image=$(BUILD_IMAGE) --image-pull-policy=$(PULL_POLICY) \
155
--deployment-type=$(DEPLOYMENT_TYPE) \
156
--ic-type=$(IC_TYPE) \
157
--service=nodeport \
0 commit comments