Merge pull request #180 from taoyu27/dev
typo error in 'Ceph RBD' segment of readme
This commit is contained in:
commit
45d84447fb
|
@ -204,7 +204,7 @@ parameters:
|
||||||
|
|
||||||
* `monitors`: Ceph monitors, comma delimited. It is required.
|
* `monitors`: Ceph monitors, comma delimited. It is required.
|
||||||
* `adminId`: Ceph client ID that is capable of creating images in the pool. Default is "admin".
|
* `adminId`: Ceph client ID that is capable of creating images in the pool. Default is "admin".
|
||||||
* `adminSecret`: Secret Name for `adminId`. It is required. The provided secret must have type "kubernetes.io/rbd".
|
* `adminSecretName`: Secret Name for `adminId`. It is required. The provided secret must have type "kubernetes.io/rbd".
|
||||||
* `adminSecretNamespace`: The namespace for `adminSecret`. Default is "default".
|
* `adminSecretNamespace`: The namespace for `adminSecret`. Default is "default".
|
||||||
* `pool`: Ceph RBD pool. Default is "rbd".
|
* `pool`: Ceph RBD pool. Default is "rbd".
|
||||||
* `userId`: Ceph client ID that is used to map the RBD image. Default is the same as `adminId`.
|
* `userId`: Ceph client ID that is used to map the RBD image. Default is the same as `adminId`.
|
||||||
|
|
Loading…
Reference in New Issue