Fix trivial "emptydir" typo

pull/51434/head
Wayne Khan 2025-06-30 14:00:15 +08:00 committed by GitHub
parent 4e7fb0212a
commit 89af6edbbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ securityContext:
This field has no effect on ephemeral volume types such as
[`secret`](/docs/concepts/storage/volumes/#secret),
[`configMap`](/docs/concepts/storage/volumes/#configmap),
and [`emptydir`](/docs/concepts/storage/volumes/#emptydir).
and [`emptyDir`](/docs/concepts/storage/volumes/#emptydir).
{{< /note >}}
## Delegating volume permission and ownership change to CSI driver