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.
2 parents e56fa7f + 065be2e commit 43b2ae8Copy full SHA for 43b2ae8
hack/e2e.sh
@@ -5,7 +5,7 @@ UDS="/tmp/e2e-csi-sanity.sock"
5
CSI_ENDPOINTS="127.0.0.1:9998"
6
CSI_ENDPOINTS="$CSI_ENDPOINTS unix://${UDS}"
7
CSI_ENDPOINTS="$CSI_ENDPOINTS ${UDS}"
8
-CSI_MOCK_VERSION="support/csi-0.2.0"
+CSI_MOCK_VERSION="master"
9
10
#
11
# $1 - endpoint for mock.
0 commit comments