Merge pull request #1447 from rata/master

Clarify secrets file mode might be read in decimal notation
This commit is contained in:
devin-donnelly
2016-10-27 19:58:26 -07:00
committed by GitHub
+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