Skip to content

Commit 1250434

Browse files
authored
Merge pull request #622 from andyzhangx/remove-runOnMaster
test: remove runOnMaster config in e2e test
2 parents d8b6530 + b1db38b commit 1250434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ e2e-bootstrap: install-helm
8181
# Only build and push the image if it does not exist in the registry
8282
docker pull $(IMAGE_TAG) || make blob-container push
8383
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
84-
--set controller.runOnMaster=true \
8584
--set controller.replicas=1 \
8685
--set cloud=$(CLOUD) \
8786
$(E2E_HELM_OPTIONS)

0 commit comments

Comments
 (0)