Skip to content

Commit 5b6055a

Browse files
committed
Clarify secrets file mode might be read in decimal notation
Fixes: kubernetes/kubernetes#33475
1 parent 4694955 commit 5b6055a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user-guide/secrets/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ In this case, the file resulting in `/etc/foo/my-group/my-username` will have
344344
permission value of `0777`. Owing to JSON limitations, you must specify the mode
345345
in decimal notation.
346346

347+
Note that this permission value might be displayed in decimal notation if you
348+
read it later.
349+
347350
**Consuming Secret Values from Volumes**
348351

349352
Inside the container that mounts a secret volume, the secret keys appear as

0 commit comments

Comments
 (0)