Update audit.md
volume mount indentation correction
This commit is contained in:
@@ -142,12 +142,13 @@ then mount the volumes:
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
- mountPath: /etc/kubernetes/audit-policy.yaml
|
volumeMounts:
|
||||||
name: audit
|
- mountPath: /etc/kubernetes/audit-policy.yaml
|
||||||
readOnly: true
|
name: audit
|
||||||
- mountPath: /var/log/audit.log
|
readOnly: true
|
||||||
name: audit-log
|
- mountPath: /var/log/audit.log
|
||||||
readOnly: false
|
name: audit-log
|
||||||
|
readOnly: false
|
||||||
```
|
```
|
||||||
finally the hostPath:
|
finally the hostPath:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user