Skip to content

Commit

Permalink
fix minor typo permision -> permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kardashov committed Apr 15, 2023
1 parent eba13fe commit 5ed63de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ For each updated PodSecurityPolicy:
3. Create the new PodSecurityPolicies. If any Roles or ClusterRoles are granting `use` on all PSPs
this could cause the new PSPs to be used instead of their mutating counter-parts.
4. Update your authorization to grant access to the new PSPs. In RBAC this means updating any Roles
or ClusterRoles that grant the `use` permision on the original PSP to also grant it to the
or ClusterRoles that grant the `use` permission on the original PSP to also grant it to the
updated PSP.
5. Verify: after some soak time, rerun the command from step 1 to see if any pods are still using
the original PSPs. Note that pods need to be recreated after the new policies have been rolled
Expand Down

0 comments on commit 5ed63de

Please sign in to comment.