We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e69d20 commit 9c24d96Copy full SHA for 9c24d96
content/en/docs/tasks/debug-application-cluster/audit.md
@@ -142,12 +142,13 @@ then mount the volumes:
142
143
144
```
145
-- mountPath: /etc/kubernetes/audit-policy.yaml
146
- name: audit
147
- readOnly: true
148
-- mountPath: /var/log/audit.log
149
- name: audit-log
150
- readOnly: false
+volumeMounts:
+ - mountPath: /etc/kubernetes/audit-policy.yaml
+ name: audit
+ readOnly: true
+ - mountPath: /var/log/audit.log
+ name: audit-log
151
+ readOnly: false
152
153
finally the hostPath:
154
0 commit comments