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:
Rodrigo Campos
2016-09-07 16:54:38 -03:00
parent 3dd62b51f0
commit 7f8b65d3e0
3 changed files with 86 additions and 0 deletions
+5
View File
@@ -414,6 +414,11 @@ When this pod is run, the output will be:
very
```
#### 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.
## Real World Example: Configuring Redis
Let's take a look at a real-world example: configuring redis using ConfigMap. Say we want to inject