Skip to content

Commit 67afbf5

Browse files
committed
content: fix typo
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent dc3e785 commit 67afbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/user-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ User namespaces is a Linux feature that allows to map users in the container to
5252
different users in the host. Furthermore, the capabilities granted to a pod in
5353
a user namespace are valid only in the namespace and void outside of it.
5454

55-
A pod can opt-in to use user nameapces by setting the `pod.spec.hostUsers` field
55+
A pod can opt-in to use user namespaces by setting the `pod.spec.hostUsers` field
5656
to `false`.
5757

5858
The kubelet will pick host UIDs/GIDs a pod is mapped to, and will do so in a way

0 commit comments

Comments
 (0)