Skip to content

Commit dc6f979

Browse files
authored
Merge pull request #51434 from waynekhan/patch-1
Fix trivial "emptydir" typo Manual merge due to impact of issue with Netlify secret scanning
2 parents 8f776b4 + 89af6ed commit dc6f979

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)