Fixes typo: configuered -> configured (#4123)

This commit is contained in:
Marlon
2017-07-01 14:35:49 -05:00
committed by Andrew Chen
parent b67e532138
commit 12e324655c
+2 -2
View File
@@ -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: