Update audit.md

volume mount indentation correction
This commit is contained in:
Richard Mokua
2020-07-27 12:54:43 +02:00
committed by GitHub
parent 8e69d20a2f
commit 9c24d96885
@@ -142,10 +142,11 @@ then mount the volumes:
``` ```
- mountPath: /etc/kubernetes/audit-policy.yaml volumeMounts:
- mountPath: /etc/kubernetes/audit-policy.yaml
name: audit name: audit
readOnly: true readOnly: true
- mountPath: /var/log/audit.log - mountPath: /var/log/audit.log
name: audit-log name: audit-log
readOnly: false readOnly: false
``` ```