Merge pull request #26389 from kbhawkey/fixup-simply-usage

clean up use of word: simply
This commit is contained in:
Kubernetes Prow Robot
2021-02-09 02:02:40 -08:00
committed by GitHub
38 changed files with 283 additions and 218 deletions
@@ -197,7 +197,7 @@ alias kubectl-user='kubectl --as=system:serviceaccount:psp-example:fake-user -n
### Create a policy and a pod
Define the example PodSecurityPolicy object in a file. This is a policy that
simply prevents the creation of privileged pods.
prevents the creation of privileged pods.
The name of a PodSecurityPolicy object must be a valid
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).