Skip to content

Commit 501daa2

Browse files
authored
Merge pull request #31496 from ptux/patch-14
Update projected-volumes.md
2 parents 0632b6a + 88fbaa1 commit 501daa2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently, the following types of volume sources can be projected:
2626
* `serviceAccountToken`
2727

2828
All sources are required to be in the same namespace as the Pod. For more details,
29-
see the [all-in-one volume design document](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/all-in-one-volume.md).
29+
see the [all-in-one volume](https://github.com/kubernetes/design-proposals-archive/blob/main/node/all-in-one-volume.md) design document.
3030

3131
### Example configuration with a secret, a downwardAPI, and a configMap {#example-configuration-secret-downwardapi-configmap}
3232

@@ -71,9 +71,7 @@ volume mount will not receive updates for those volume sources.
7171

7272
## SecurityContext interactions
7373

74-
The [proposal for file permission handling in projected service account volume](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2451-service-account-token-volumes#token-volume-projection)
75-
enhancement introduced the projected files having the the correct owner
76-
permissions set.
74+
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.
7775

7876
### Linux
7977

0 commit comments

Comments
 (0)