Update audit.md

correct indentation on the policy file and log file hostPath volumes
This commit is contained in:
Richard Mokua
2020-07-27 08:02:20 +02:00
committed by GitHub
parent f5d6481d3d
commit 8e69d20a2f
@@ -152,14 +152,15 @@ then mount the volumes:
finally the hostPath:
```
- hostPath:
path: /etc/kubernetes/audit-policy.yaml
type: File
name: audit
- hostPath:
path: /var/log/audit.log
type: FileOrCreate
name: audit-log
- name: audit
hostPath:
path: /etc/kubernetes/audit-policy.yaml
type: File
- name: audit-log
hostPath:
path: /var/log/audit.log
type: FileOrCreate
```