Skip to content

Commit 5d15f4e

Browse files
authored
Merge pull request kubernetes#5273 from chenhuan12/patch-78
fix typo
2 parents c3a0e84 + 90877ea commit 5d15f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/admin/authorization/rbac.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ In order from most secure to least secure, the approaches are:
682682
NOTE: Permissions given to the "default" service account are available to any pod in the namespace that does not specify a `serviceAccountName`.
683683

684684
For example, grant read-only permission within "my-namespace" to the "default" service account:
685+
685686
```shell
686687
kubectl create rolebinding default-view \
687688
--clusterrole=view \

0 commit comments

Comments
 (0)