Update pod-security-policy.md

modify "their value is" to "their values are"
This commit is contained in:
hanxiaoshuai 2017-08-11 14:31:32 +08:00 committed by Andrew Chen
parent cb6f20d727
commit 02430b4c7e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ into three categories:
- *Controlled by a boolean*: Fields of this type default to the most
restrictive value.
- *Controlled by an allowable set*: Fields of this type are checked
against the set to ensure their value is allowed.
against the set to ensure their values are allowed.
- *Controlled by a strategy*: Items that have a strategy to provide
a mechanism to generate the value and a mechanism to ensure that a
specified value falls into the set of allowable values.