Skip to content

Commit 8c199e2

Browse files
authored
Update audit.md
1 parent 44c0ea6 commit 8c199e2

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/tasks/debug/debug-cluster

1 file changed

+2
-2
lines changed

content/en/docs/tasks/debug/debug-cluster/audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ If your cluster's control plane runs the kube-apiserver as a Pod, remember to mo
147147
to the location of the policy file and log file, so that audit records are persisted. For example:
148148

149149
```yaml
150-
--audit-policy-file=/etc/kubernetes/audit-policy.yaml
151-
--audit-log-path=/var/log/kubernetes/audit/audit.log
150+
- --audit-policy-file=/etc/kubernetes/audit-policy.yaml
151+
- --audit-log-path=/var/log/kubernetes/audit/audit.log
152152
```
153153

154154
then mount the volumes:

0 commit comments

Comments
 (0)