correct "values if all secrets"

Correcting apparent typo
pull/7067/head
Steve Byrne 2018-01-23 09:48:41 -08:00
parent 76941f8f84
commit 809c558be3
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ render those assumptions invalid.
For these reasons `watch` and `list` requests for secrets within a namespace are
extremely powerful capabilities and should be avoided, since listing secrets allows
the clients to inspect the values if all secrets are in that namespace. The ability to
the clients to inspect the values of all secrets that are in that namespace. The ability to
`watch` and `list` all secrets in a cluster should be reserved for only the most
privileged, system-level components.