Update audit.md

Missing a symbol.
reviewable/pr5075/r1
Stewart-YU 2017-08-18 17:12:16 +08:00 committed by Andrew Chen
parent d629ec4a1c
commit 8ec5b44696
1 changed files with 1 additions and 1 deletions

View File

@ -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].