Skip to content

Commit 00104ae

Browse files
authored
Merge pull request #40698 from kardashov/patch-1
Fix spelling error in “Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller”
2 parents 9cdcb2c + 5ed63de commit 00104ae

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)