From a688ec7bcf2e9852931b652917d676a44164e40e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 28 Jun 2021 13:28:54 +0530 Subject: [PATCH] doc: correct typos in driver deployment scripts of external-storage test Signed-off-by: Humble Chirammal --- scripts/k8s-storage/driver-cephfs.yaml | 6 +++--- scripts/k8s-storage/driver-rbd-rwo.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/k8s-storage/driver-cephfs.yaml b/scripts/k8s-storage/driver-cephfs.yaml index b91cc8974..d14925935 100644 --- a/scripts/k8s-storage/driver-cephfs.yaml +++ b/scripts/k8s-storage/driver-cephfs.yaml @@ -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 diff --git a/scripts/k8s-storage/driver-rbd-rwo.yaml b/scripts/k8s-storage/driver-rbd-rwo.yaml index 23fe315ed..c2c888e67 100644 --- a/scripts/k8s-storage/driver-rbd-rwo.yaml +++ b/scripts/k8s-storage/driver-rbd-rwo.yaml @@ -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