Avoid word-break on narrow page widths

This commit is contained in:
Jordan Liggitt
2021-08-19 10:04:34 -04:00
parent 8c3eb6e414
commit 315e290107
@@ -62,9 +62,9 @@ takes if a potential violation is detected:
{{< table caption="Pod Security Admission modes" >}} {{< table caption="Pod Security Admission modes" >}}
Mode | Description Mode | Description
:---------|:------------ :---------|:------------
**`enforce`** | Policy violations will cause the pod to be rejected. **enforce** | Policy violations will cause the pod to be rejected.
**`audit`** | Policy violations will trigger the addition of an audit annotation to the event recorded in the [audit log](/docs/tasks/debug-application-cluster/audit/), but are otherwise allowed. **audit** | Policy violations will trigger the addition of an audit annotation to the event recorded in the [audit log](/docs/tasks/debug-application-cluster/audit/), but are otherwise allowed.
**`warn`** | Policy violations will trigger a user-facing warning, but are otherwise allowed. **warn** | Policy violations will trigger a user-facing warning, but are otherwise allowed.
{{< /table >}} {{< /table >}}
A namespace can configure any or all modes, or even set a different level for different modes. A namespace can configure any or all modes, or even set a different level for different modes.