Skip to content

Commit 0b08f17

Browse files
authored
Update storageclass-blobfuse-csi-mountoptions.yaml
1 parent 13cbc08 commit 0b08f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/example/storageclass-blobfuse-csi-mountoptions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ parameters:
88
reclaimPolicy: Retain #If set as "Delete" container would be removed after pvc deletion
99
volumeBindingMode: Immediate
1010
mountOptions:
11-
- file-cache-timeout-in-seconds=120
12-
- use-https=true
11+
- --file-cache-timeout-in-seconds=120
12+
- --use-https=true

0 commit comments

Comments
 (0)