File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ setup_e2e_binaries() {
29
29
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz
30
30
31
31
# install the blob csi driver
32
- mkdir -p /tmp/csi-blob && cp deploy/example/storageclass-blobfuse.yaml /tmp/csi-blob /storageclass.yaml
32
+ mkdir -p /tmp/csi && cp deploy/example/storageclass-blobfuse.yaml /tmp/csi/storageclass.yaml
33
33
make e2e-bootstrap
34
34
make create-metrics-svc
35
35
}
Original file line number Diff line number Diff line change 3
3
4
4
ShortName : blobfuse
5
5
StorageClass :
6
- FromFile : /tmp/csi-blob /storageclass.yaml
6
+ FromFile : /tmp/csi/storageclass.yaml
7
7
DriverInfo :
8
8
Name : blob.csi.azure.com
9
9
Capabilities :
10
10
persistence : true
11
11
exec : true
12
12
multipods : true
13
13
RWX : true
14
+ fsGroup : false
15
+ topology : false
16
+ controllerExpansion : true
17
+ nodeExpansion : true
18
+ volumeLimits : false
19
+ snapshotDataSource : false
You can’t perform that action at this time.
0 commit comments