Skip to content

Commit 175b5a7

Browse files
committed
doc: fix volumeHandle doc
1 parent 0dc8798 commit 175b5a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/example/blobfuse-mi/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-dri
8282
csi:
8383
driver: blob.csi.azure.com
8484
# make sure this volumeid is unique in the cluster
85-
# `#` is not allowed in self defined volumeHandle
8685
volumeHandle: "{resource-group-name}#{account-name}#{container-name}"
8786
volumeAttributes:
8887
protocol: fuse

deploy/example/blobfuse-mi/pv-blobfuse-mi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ spec:
1717
driver: blob.csi.azure.com
1818
readOnly: false
1919
# make sure this volumeid is unique in the cluster
20-
# `#` is not allowed in self defined volumeHandle
2120
volumeHandle: "{resource-group-name}#{account-name}#{container-name}"
2221
volumeAttributes:
2322
protocol: fuse

0 commit comments

Comments
 (0)