Skip to content

Commit 5ed63de

Browse files
authored
fix minor typo permision -> permission
1 parent eba13fe commit 5ed63de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/migrate-from-psp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ For each updated PodSecurityPolicy:
201201
3. Create the new PodSecurityPolicies. If any Roles or ClusterRoles are granting `use` on all PSPs
202202
this could cause the new PSPs to be used instead of their mutating counter-parts.
203203
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
205205
updated PSP.
206206
5. Verify: after some soak time, rerun the command from step 1 to see if any pods are still using
207207
the original PSPs. Note that pods need to be recreated after the new policies have been rolled

0 commit comments

Comments
 (0)