Update audit.md
correct indentation on the policy file and log file hostPath volumes
This commit is contained in:
@@ -152,14 +152,15 @@ then mount the volumes:
|
|||||||
finally the hostPath:
|
finally the hostPath:
|
||||||
|
|
||||||
```
|
```
|
||||||
- hostPath:
|
- name: audit
|
||||||
path: /etc/kubernetes/audit-policy.yaml
|
hostPath:
|
||||||
type: File
|
path: /etc/kubernetes/audit-policy.yaml
|
||||||
name: audit
|
type: File
|
||||||
- hostPath:
|
|
||||||
path: /var/log/audit.log
|
- name: audit-log
|
||||||
type: FileOrCreate
|
hostPath:
|
||||||
name: audit-log
|
path: /var/log/audit.log
|
||||||
|
type: FileOrCreate
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user