Skip to content

Commit 3afe0c7

Browse files
committed
Clarify which files are modified in projected service account tokens
1 parent 77fd1de commit 3afe0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/projected-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ When all containers in a pod have the same `runAsUser` set in their
8686
[`PodSecurityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context)
8787
or container
8888
[`SecurityContext`](/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1),
89-
then the kubelet ensures that the contents of the `serviceAccountToken` volume are owned by that user,
90-
and that every file has its permission mode set to `0600`.
89+
then the kubelet ensures that the contents of the `serviceAccountToken` volume are owned by that user,
90+
and the token file has its permission mode set to `0600`.
9191

9292
{{< note >}}
9393
{{< glossary_tooltip text="Ephemeral containers" term_id="ephemeral-container" >}}

0 commit comments

Comments
 (0)