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 d8b6530 commit b1db38bCopy full SHA for b1db38b
Makefile
@@ -81,7 +81,6 @@ e2e-bootstrap: install-helm
81
# Only build and push the image if it does not exist in the registry
82
docker pull $(IMAGE_TAG) || make blob-container push
83
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
84
- --set controller.runOnMaster=true \
85
--set controller.replicas=1 \
86
--set cloud=$(CLOUD) \
87
$(E2E_HELM_OPTIONS)
0 commit comments