fix typo
fix typo
This commit is contained in:
@@ -682,6 +682,7 @@ In order from most secure to least secure, the approaches are:
|
|||||||
NOTE: Permissions given to the "default" service account are available to any pod in the namespace that does not specify a `serviceAccountName`.
|
NOTE: Permissions given to the "default" service account are available to any pod in the namespace that does not specify a `serviceAccountName`.
|
||||||
|
|
||||||
For example, grant read-only permission within "my-namespace" to the "default" service account:
|
For example, grant read-only permission within "my-namespace" to the "default" service account:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create rolebinding default-view \
|
kubectl create rolebinding default-view \
|
||||||
--clusterrole=view \
|
--clusterrole=view \
|
||||||
|
|||||||
Reference in New Issue
Block a user