[zh]Update content/zh/docs/reference/access-authn-authz/rbac.md (#33108)

* [zh]Update content/zh/docs/reference/access-authn-authz/rbac.md

* [zh]Update content/zh/docs/reference/access-authn-authz/rbac.md
pull/33121/head
kinzhi 2022-04-22 13:16:12 +08:00 committed by GitHub
parent 04e30709f9
commit 359c7607e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -758,9 +758,9 @@ subjects:
```
<!--
For all service accounts in the "qa" group in any namespace:
For all service accounts in the "qa" namespace:
-->
对于任何名称空间中的 "qa" 组中所有的服务账户:
对于 "qa" 名称空间中的所有服务账户:
```yaml
subjects:
@ -769,19 +769,6 @@ subjects:
apiGroup: rbac.authorization.k8s.io
```
<!--
For all service accounts in the "dev" group in the "development" namespace:
-->
对于 "development" 名称空间中 "dev" 组中的所有服务帐户:
```yaml
subjects:
- kind: Group
name: system:serviceaccounts:dev
apiGroup: rbac.authorization.k8s.io
namespace: development
```
<!--
For all service accounts in any namespace:
-->