Skip to content

Commit 88d5336

Browse files
authored
Add pull policy to Minikube local tests (#7759)
1 parent 3ac39b8 commit 88d5336

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
@@ -151,7 +151,7 @@ run-tests-in-minikube: ## Run tests in Minikube
151151
-v $(ROOT_DIR)/pyproject.toml:/workspace/pyproject.toml \
152152
$(TEST_PREFIX):$(TEST_TAG) \
153153
--context=minikube \
154-
--image=$(BUILD_IMAGE) --image-pull-policy=Never \
154+
--image=$(BUILD_IMAGE) --image-pull-policy=$(PULL_POLICY) \
155155
--deployment-type=$(DEPLOYMENT_TYPE) \
156156
--ic-type=$(IC_TYPE) \
157157
--service=nodeport \

0 commit comments

Comments
 (0)