File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ For each updated PodSecurityPolicy:
201
201
3 . Create the new PodSecurityPolicies. If any Roles or ClusterRoles are granting ` use ` on all PSPs
202
202
this could cause the new PSPs to be used instead of their mutating counter-parts.
203
203
4 . Update your authorization to grant access to the new PSPs. In RBAC this means updating any Roles
204
- or ClusterRoles that grant the ` use ` permision on the original PSP to also grant it to the
204
+ or ClusterRoles that grant the ` use ` permission on the original PSP to also grant it to the
205
205
updated PSP.
206
206
5 . Verify: after some soak time, rerun the command from step 1 to see if any pods are still using
207
207
the original PSPs. Note that pods need to be recreated after the new policies have been rolled
You can’t perform that action at this time.
0 commit comments