Skip to content

Commit 1e95dbe

Browse files
authored
fix: modify article (#31922)
* fix: modify article * fix: add missing preposition
1 parent f3fb023 commit 1e95dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/security/pod-security-admission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Kubernetes [Pod Security Standards](/docs/concepts/security/pod-security-sta
1919
different isolation levels for Pods. These standards let you define how you want to restrict the
2020
behavior of pods in a clear, consistent fashion.
2121

22-
As an Beta feature, Kubernetes offers a built-in _Pod Security_ {{< glossary_tooltip
22+
As a Beta feature, Kubernetes offers a built-in _Pod Security_ {{< glossary_tooltip
2323
text="admission controller" term_id="admission-controller" >}}, the successor
2424
to [PodSecurityPolicies](/docs/concepts/policy/pod-security-policy/). Pod security restrictions
2525
are applied at the {{< glossary_tooltip text="namespace" term_id="namespace" >}} level when pods
@@ -125,7 +125,7 @@ applied to workload resources, only to the resulting pod objects.
125125
126126
## Exemptions
127127
128-
You can define _exemptions_ from pod security enforcement in order allow the creation of pods that
128+
You can define _exemptions_ from pod security enforcement in order to allow the creation of pods that
129129
would have otherwise been prohibited due to the policy associated with a given namespace.
130130
Exemptions can be statically configured in the
131131
[Admission Controller configuration](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller).

0 commit comments

Comments
 (0)