Skip to content

Commit 89af6ed

Browse files
authored
Fix trivial "emptydir" typo
1 parent 4e7fb02 commit 89af6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ securityContext:
392392
This field has no effect on ephemeral volume types such as
393393
[`secret`](/docs/concepts/storage/volumes/#secret),
394394
[`configMap`](/docs/concepts/storage/volumes/#configmap),
395-
and [`emptydir`](/docs/concepts/storage/volumes/#emptydir).
395+
and [`emptyDir`](/docs/concepts/storage/volumes/#emptydir).
396396
{{< /note >}}
397397

398398
## Delegating volume permission and ownership change to CSI driver

0 commit comments

Comments
 (0)