Skip to content

Commit 1f63494

Browse files
authored
Merge pull request kubernetes#7067 from sbyrne-sugarcrm/master
correct "values [if -> of] all secrets"
2 parents c1c58a6 + 809c558 commit 1f63494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ render those assumptions invalid.
675675

676676
For these reasons `watch` and `list` requests for secrets within a namespace are
677677
extremely powerful capabilities and should be avoided, since listing secrets allows
678-
the clients to inspect the values if all secrets are in that namespace. The ability to
678+
the clients to inspect the values of all secrets that are in that namespace. The ability to
679679
`watch` and `list` all secrets in a cluster should be reserved for only the most
680680
privileged, system-level components.
681681

0 commit comments

Comments
 (0)