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 46962f5 commit 73477c0Copy full SHA for 73477c0
Makefile
@@ -163,7 +163,6 @@ e2e-setup-minikube: kustomize controller-gen build docker-build
163
minikube start --driver=docker --kubernetes-version=$(E2E_KUBERNETES_VERSION) --memory=8192 --cpus=2
164
minikube addons enable ingress
165
minikube image load $(IMG)
166
- minikube image load $(E2E_MARKLOGIC_IMAGE_VERSION)
167
168
.PHONY: e2e-cleanup-minikube
169
e2e-cleanup-minikube:
0 commit comments