Fix typos in Markdown links. (#32802)

* Fix typos in Markdown links.

* Test

Co-authored-by: Mads Jensen <atombrella@users.noreply.github.com>
This commit is contained in:
Mads Jensen
2022-04-08 09:16:41 +02:00
committed by GitHub
parent d8dfd81d0c
commit eefc776e29
2 changed files with 2 additions and 2 deletions
@@ -243,7 +243,7 @@ like the `kube-system` namespace, because those pods can gain access to service
or run with elevated permissions if those service accounts are granted access to permissive
[PodSecurityPolicies](/docs/concepts/security/pod-security-policy/).
If you use [Pod Security admission]((/docs/concepts/security/pod-security-admission/) and allow
If you use [Pod Security admission](/docs/concepts/security/pod-security-admission/) and allow
any component to create Pods within a namespace that permits privileged Pods, those Pods may
be able to escape their containers and use this widened access to elevate their privileges.