File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ When all containers in a pod have the same `runAsUser` set in their
86
86
[ ` PodSecurityContext ` ] ( /docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context )
87
87
or container
88
88
[ ` 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 ` .
91
91
92
92
{{< note >}}
93
93
{{< glossary_tooltip text="Ephemeral containers" term_id="ephemeral-container" >}}
You can’t perform that action at this time.
0 commit comments