File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,6 @@ e2e-test:
77
77
e2e-bootstrap : install-helm
78
78
# Only build and push the image if it does not exist in the registry
79
79
docker pull $(IMAGE_TAG ) || make blob-container push
80
- if [ ! -z " $( ENABLE_BLOBFUSE_PROXY) " ]; then \
81
- make install-blobfuse-proxy; \
82
- fi
83
80
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
84
81
--set controller.runOnMaster=true \
85
82
--set controller.replicas=1 \
@@ -177,11 +174,3 @@ blobfuse-proxy:
177
174
.PHONY : blobfuse-proxy-container
178
175
blobfuse-proxy-container :
179
176
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
You can’t perform that action at this time.
0 commit comments