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: finally the hostPath:
``` ```
- hostPath: - name: audit
hostPath:
path: /etc/kubernetes/audit-policy.yaml path: /etc/kubernetes/audit-policy.yaml
type: File type: File
name: audit
- hostPath: - name: audit-log
hostPath:
path: /var/log/audit.log path: /var/log/audit.log
type: FileOrCreate type: FileOrCreate
name: audit-log
``` ```