cleanup: fix mispell words

fixed mispell words in the repo.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-11-24 17:24:29 +05:30
committed by Madhu Rajanna
parent eee49a6e0a
commit 39b1f2b4d3
28 changed files with 51 additions and 51 deletions

View File

@ -25,12 +25,12 @@ DriverInfo:
RequiredMountOption:
rw: {}
# Optional list of access modes required for provisiong. Default is RWO
# Optional list of access modes required for provisioning. Default is RWO
# RequiredAcccessModes:
# Map that represents the capabilities the driver supports
Capabilities:
# Data is persistest accross pod restarts
# Data is persistest across pod restarts
persistence: true
# Volume ownership via fsGroup

View File

@ -30,12 +30,12 @@ DriverInfo:
RequiredMountOption:
rw: {}
# Optional list of access modes required for provisiong. Default is RWO
# Optional list of access modes required for provisioning. Default is RWO
# RequiredAcccessModes:
# Map that represents the capabilities the driver supports
Capabilities:
# Data is persistest accross pod restarts
# Data is persistest across pod restarts
persistence: true
# Volume ownership via fsGroup

View File

@ -48,7 +48,7 @@ kubectl_retry() {
ret=$(grep -cvw 'AlreadyExists' "${stderr}")
if [ "${ret}" -eq 0 ]
then
# Succes! stderr is empty after removing all "AlreadyExists" lines.
# Success! stderr is empty after removing all "AlreadyExists" lines.
break
fi
fi