Skip to content

Commit 9414908

Browse files
Merge pull request kubernetes#1638 from tremaineeto/patch-1
Fixed typo
2 parents 7c86da9 + 0dcb86c commit 9414908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/secrets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ All listed keys must exist in the corresponding secret. Otherwise, the volume is
265265
**Secret files permissions**
266266

267267
You can also specify the permission mode bits files part of a secret will have.
268-
If you don't specify any, `0644` is used by default. You can sepecify a default
268+
If you don't specify any, `0644` is used by default. You can specify a default
269269
mode for the whole secret volume and override per key if needed.
270270

271271
For example, you can specify a default mode like this:

0 commit comments

Comments
 (0)