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,12 +142,13 @@ then mount the volumes:
```
- mountPath: /etc/kubernetes/audit-policy.yaml
name: audit
readOnly: true
- mountPath: /var/log/audit.log
name: audit-log
readOnly: false
volumeMounts:
- mountPath: /etc/kubernetes/audit-policy.yaml
name: audit
readOnly: true
- mountPath: /var/log/audit.log
name: audit-log
readOnly: false
```
finally the hostPath: