You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/storage/projected-volumes.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,14 +71,17 @@ A container using a projected volume source as a [`subPath`](/docs/concepts/stor
71
71
volume mount will not receive updates for those volume sources.
72
72
{{< /note >}}
73
73
74
-
### serviceAccountToken and securityContext
74
+
##SecurityContext interactions
75
75
76
76
The [proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2451-service-account-token-volumes#proposal) for file permission handling in projected service account volume enhancement introduced the projected files having the the correct owner permissions set.
77
77
78
-
#### Linux
78
+
### Linux
79
+
80
+
In Linux pods that have a projected volume and `RunAsUser` set in the Pod
0 commit comments