Remove the part about defining a PSP in a file

pull/34675/head
mtardy 2022-06-29 09:37:23 +02:00
parent 8a4e62fb76
commit 1d55061a5a
1 changed files with 1 additions and 2 deletions

View File

@ -248,8 +248,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
prevents the creation of privileged pods.
This is a policy that 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).