mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
doc: correct typos in driver deployment scripts of external-storage test
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
fd9fee74de
commit
a688ec7bcf
@ -26,11 +26,11 @@ DriverInfo:
|
||||
rw: {}
|
||||
|
||||
# Optional list of access modes required for provisioning. Default is RWO
|
||||
# RequiredAcccessModes:
|
||||
# RequiredAccessModes:
|
||||
|
||||
# Map that represents the capabilities the driver supports
|
||||
Capabilities:
|
||||
# Data is persistest across pod restarts
|
||||
# Data is persisted across pod restarts
|
||||
persistence: true
|
||||
|
||||
# Volume ownership via fsGroup
|
||||
@ -51,7 +51,7 @@ DriverInfo:
|
||||
# Support for volume expansion in nodes
|
||||
nodeExpansion: false
|
||||
|
||||
# Support volume that an run on single node only (like hostpath)
|
||||
# Support volume that can run on single node only (like hostpath)
|
||||
singleNodeVolume: false
|
||||
|
||||
# Support ReadWriteMany access modes
|
||||
|
@ -31,11 +31,11 @@ DriverInfo:
|
||||
rw: {}
|
||||
|
||||
# Optional list of access modes required for provisioning. Default is RWO
|
||||
# RequiredAcccessModes:
|
||||
# RequiredAccessModes:
|
||||
|
||||
# Map that represents the capabilities the driver supports
|
||||
Capabilities:
|
||||
# Data is persistest across pod restarts
|
||||
# Data is persisted across pod restarts
|
||||
persistence: true
|
||||
|
||||
# Volume ownership via fsGroup
|
||||
@ -56,7 +56,7 @@ DriverInfo:
|
||||
# Support for volume expansion in nodes
|
||||
nodeExpansion: true
|
||||
|
||||
# Support volume that an run on single node only (like hostpath)
|
||||
# Support volume that can run on single node only (like hostpath)
|
||||
singleNodeVolume: false
|
||||
|
||||
# Support ReadWriteMany access modes
|
||||
|
Loading…
Reference in New Issue
Block a user