From 9c24d968856372a428174accd476fd8c8371c56b Mon Sep 17 00:00:00 2001 From: Richard Mokua Date: Mon, 27 Jul 2020 12:54:43 +0200 Subject: [PATCH] Update audit.md volume mount indentation correction --- .../docs/tasks/debug-application-cluster/audit.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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: