doc: correct typos in driver deployment scripts of external-storage test

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2021-06-28 13:28:54 +05:30 committed by mergify[bot]
parent fd9fee74de
commit a688ec7bcf
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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