Skip to content

Commit 9c24d96

Browse files
authored
Update audit.md
volume mount indentation correction
1 parent 8e69d20 commit 9c24d96

File tree

1 file changed

+7
-6
lines changed
  • content/en/docs/tasks/debug-application-cluster

1 file changed

+7
-6
lines changed

content/en/docs/tasks/debug-application-cluster/audit.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ then mount the volumes:
142142

143143

144144
```
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
145+
volumeMounts:
146+
- mountPath: /etc/kubernetes/audit-policy.yaml
147+
name: audit
148+
readOnly: true
149+
- mountPath: /var/log/audit.log
150+
name: audit-log
151+
readOnly: false
151152
```
152153
finally the hostPath:
153154

0 commit comments

Comments
 (0)