From 12e324655c81efa6e1c206f93e8e8cd847f67056 Mon Sep 17 00:00:00 2001 From: Marlon Date: Sat, 1 Jul 2017 14:35:49 -0500 Subject: [PATCH] Fixes typo: configuered -> configured (#4123) --- docs/concepts/storage/persistent-volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/storage/persistent-volumes.md b/docs/concepts/storage/persistent-volumes.md index 7d250d3082..4a6c7e14c8 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -753,11 +753,11 @@ parameters: * `protectionDomain`: the name of the ScaleIO protection domain * `storagePool`: the name of the volume storage pool * `storageMode`: the storage provision mode: `ThinProvisionned` (default) or `ThickProvisionned` -* `secretRef`: reference to a configuered Secret object (required, see detail below) +* `secretRef`: reference to a configured Secret object (required, see detail below) * `readOnly`: specifies the access mode to the mounted volume * `fsType`: the file system to use for the volume -The ScaleIO Kubernetes volume plugin requires a configuered Secret object. +The ScaleIO Kubernetes volume plugin requires a configured Secret object. The secret must be created with type `kubernetes.io/scaleio` and use the same namespace value as that of the PVC where it is referenced as shown in the following command: