diff --git a/content/en/docs/tasks/debug-application-cluster/audit.md b/content/en/docs/tasks/debug-application-cluster/audit.md index 3addb29be2..de4f965932 100644 --- a/content/en/docs/tasks/debug-application-cluster/audit.md +++ b/content/en/docs/tasks/debug-application-cluster/audit.md @@ -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: