Skip to content

Commit 8c3eb6e

Browse files
committed
Clarify audit annotation destination
1 parent d12f421 commit 8c3eb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ takes if a potential violation is detected:
6363
Mode | Description
6464
:---------|:------------
6565
**`enforce`** | Policy violations will cause the pod to be rejected.
66-
**`audit`** | Policy violations will trigger the addition of an audit annotation, but are otherwise allowed.
66+
**`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.
6767
**`warn`** | Policy violations will trigger a user-facing warning, but are otherwise allowed.
6868
{{< /table >}}
6969

0 commit comments

Comments
 (0)