From 279fbc658d89898531ff38713acbcbd66d79368f Mon Sep 17 00:00:00 2001 From: SataQiu Date: Thu, 28 Apr 2022 19:53:21 +0800 Subject: [PATCH] Update content/en/docs/reference/labels-annotations-taints/audit-annotations.md Signed-off-by: SataQiu --- .../reference/labels-annotations-taints/audit-annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/labels-annotations-taints/audit-annotations.md b/content/en/docs/reference/labels-annotations-taints/audit-annotations.md index a0ef3a1531..18714f43df 100644 --- a/content/en/docs/reference/labels-annotations-taints/audit-annotations.md +++ b/content/en/docs/reference/labels-annotations-taints/audit-annotations.md @@ -68,7 +68,7 @@ See [Auditing](/docs/tasks/debug-application-cluster/audit/) for more informatio ## authorization.k8s.io/reason -Example: `authorization.k8s.io/decision: "Human-readable reason for the decision"` +Example: `authorization.k8s.io/reason: "Human-readable reason for the decision"` This annotation gives reason for the [decision](#authorization-k8s-io-decision) in Kubernetes audit logs.