diff --git a/content/en/docs/tasks/debug-application-cluster/audit.md b/content/en/docs/tasks/debug-application-cluster/audit.md index 79e9b92216..fe5b34f480 100644 --- a/content/en/docs/tasks/debug-application-cluster/audit.md +++ b/content/en/docs/tasks/debug-application-cluster/audit.md @@ -165,6 +165,7 @@ and finally configure the `hostPath`: ```yaml ... +volumes: - name: audit hostPath: path: /etc/kubernetes/audit-policy.yaml @@ -174,7 +175,6 @@ and finally configure the `hostPath`: hostPath: path: /var/log/kubernetes/audit/ type: DirectoryOrCreate - ``` ### Webhook backend