Skip to content

Commit 3664a79

Browse files
committed
fix: blobfuse-proxy e2e test
1 parent d0d8400 commit 3664a79

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ e2e-test:
7777
e2e-bootstrap: install-helm
7878
# Only build and push the image if it does not exist in the registry
7979
docker pull $(IMAGE_TAG) || make blob-container push
80-
if [ ! -z "$(ENABLE_BLOBFUSE_PROXY)" ]; then \
81-
make install-blobfuse-proxy;\
82-
fi
8380
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
8481
--set controller.runOnMaster=true \
8582
--set controller.replicas=1 \
@@ -177,11 +174,3 @@ blobfuse-proxy:
177174
.PHONY: blobfuse-proxy-container
178175
blobfuse-proxy-container:
179176
sudo docker build -t blobfuse-proxy -f pkg/blobfuse-proxy/Dockerfile .
180-
181-
.PHONY: install-blobfuse-proxy
182-
install-blobfuse-proxy:
183-
kubectl apply -f ./deploy/blobfuse-proxy.yaml
184-
185-
.PHONY: uninstall-blobfuse-proxy
186-
uninstall-blobfuse-proxy:
187-
kubectl delete -f ./deploy/blobfuse-proxy.yaml --ignore-not-found

0 commit comments

Comments
 (0)