Add documentation for secret, configmap and downwardAPI file permissions
The patch that adds this feature in core kubernetes, https://github.com/kubernetes/kubernetes/pull/28936, was merged and will be released with kubernetes 1.4.
This commit is contained in:
@@ -114,6 +114,10 @@ The downward API volume refreshes its data in step with the kubelet refresh loop
|
||||
|
||||
In future, it will be possible to specify a specific annotation or label.
|
||||
|
||||
#### Projecting keys to specific paths and file permissions
|
||||
|
||||
You can project keys to specific paths and specific permissions on a per-file
|
||||
basis. The [Secrets](/docs/user-guide/secrets/) user guide explains the syntax.
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user