aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2597a0d..fb30c2d 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ provisioner: seaweedfs-csi-driver
parameters:
collection: mycollection
replication: "011"
+ diskType: "ssd"
```
There is another use case when we need to access one folder from different pods with ro/rw access.
@@ -116,6 +117,7 @@ spec:
collection: default
replication: "011"
path: /path/to/files
+ diskType: "ssd"
readOnly: true
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem