Clarify secrets file mode might be read in decimal notation

Fixes: https://github.com/kubernetes/kubernetes/issues/33475
This commit is contained in:
Rodrigo Campos
2016-10-12 18:47:00 -03:00
parent 469495500c
commit 5b6055a374
+3
View File
@@ -344,6 +344,9 @@ In this case, the file resulting in `/etc/foo/my-group/my-username` will have
permission value of `0777`. Owing to JSON limitations, you must specify the mode permission value of `0777`. Owing to JSON limitations, you must specify the mode
in decimal notation. in decimal notation.
Note that this permission value might be displayed in decimal notation if you
read it later.
**Consuming Secret Values from Volumes** **Consuming Secret Values from Volumes**
Inside the container that mounts a secret volume, the secret keys appear as Inside the container that mounts a secret volume, the secret keys appear as