From ebcac64da07a4d22655e486ca3f187dddfc33873 Mon Sep 17 00:00:00 2001 From: zhengjiajin <393926893@qq.com> Date: Thu, 25 May 2017 13:33:05 +0800 Subject: [PATCH] fix some typo in example/volumes --- examples/volumes/scaleio/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/volumes/scaleio/README.md b/examples/volumes/scaleio/README.md index 849be22d73b..65bec664117 100644 --- a/examples/volumes/scaleio/README.md +++ b/examples/volumes/scaleio/README.md @@ -93,7 +93,7 @@ The Kubernetes ScaleIO volume spec supports the following attributes: | storagePool| the name of the volume storage pool (default `default`)| | storageMode| the storage provision mode: `ThinProvisionned` (default) or `ThickProvisionned`| | volumeName| the name of an existing volume in ScaleIO (required)| -| secretRef:name| reference to a configuered Secret object (required, see Secret earlier)| +| secretRef:name| reference to a configured Secret object (required, see Secret earlier)| | readOnly| specifies the access mode to the mounted volume (default `false`)| | fsType| the file system to use for the volume (default `ext4`)| @@ -170,7 +170,7 @@ The ScaleIO volume plugin is a dynamic provisioner identified as `kubernetes.io/ | protectionDomain| the name of the ScaleIO protection domain (default `default`)| | storagePool| the name of the volume storage pool (default `default`)| | storageMode| the storage provision mode: `ThinProvisionned` (default) or `ThickProvisionned`| -| secretRef| reference to the name of a configuered Secret object (required)| +| secretRef| reference to the name of a configured Secret object (required)| | readOnly| specifies the access mode to the mounted volume (default `false`)| | fsType| the file system to use for the volume (default `ext4`)|