From 8ec5b4469673ff82c1376c8c30044a87cb6b86cc Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Fri, 18 Aug 2017 17:12:16 +0800 Subject: [PATCH] Update audit.md Missing a symbol. --- docs/tasks/debug-application-cluster/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/audit.md b/docs/tasks/debug-application-cluster/audit.md index dab1c2e970..67a7197415 100644 --- a/docs/tasks/debug-application-cluster/audit.md +++ b/docs/tasks/debug-application-cluster/audit.md @@ -107,7 +107,7 @@ The policy file holds rules that determine the level of an event. Known audit le - `Request` - log event metadata and request body but not response body. - `RequestResponse` - log event metadata, request and response bodies. -When an event is processed it's compared against the list of rules in order. +When an event is processed, it's compared against the list of rules in order. The first matching rule sets the audit level of the event. The audit policy is defined by the [`audit.k8s.io` API group][audit-api].