Remove double negative (#8026)

pull/7669/head
Tim Nicholas 2018-04-10 01:45:09 +12:00 committed by k8s-ci-robot
parent c540fad682
commit 33439aef8e
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ Persistent Volumes that are dynamically created by a storage class will have the
mount options specified in the `mountOptions` field of the class. mount options specified in the `mountOptions` field of the class.
If the volume plugin does not support mount options but mount options are If the volume plugin does not support mount options but mount options are
specified, provisioning will fail. Mount options are not validated on neither specified, provisioning will fail. Mount options are not validated on either
the class nor PV, so mount of the PV will simply fail if one is invalid. the class or PV, so mount of the PV will simply fail if one is invalid.
## Parameters ## Parameters