Skip to content

Commit 3dae5e6

Browse files
authored
Update e2e_usage.md
1 parent 6eeeee5 commit 3dae5e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/example/e2e_usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## CSI driver example
2+
> refer to [detailed driver parameters](../../docs/driver-parameters.md)
23
34
### Dynamic Provisioning (create storage account and blob container by CSI driver)
45
- Create CSI storage class
@@ -70,7 +71,7 @@ spec:
7071
csi:
7172
driver: blob.csi.azure.com
7273
readOnly: false
73-
volumeHandle: arbitrary-volumeid
74+
volumeHandle: uniqe-volumeid # make sure this volumeid is unique in the cluster
7475
volumeAttributes:
7576
containerName: EXISTING_CONTAINER_NAME
7677
nodeStageSecretRef:

0 commit comments

Comments
 (0)