Skip to content

Commit 359c760

Browse files
authored
[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
1 parent 04e3070 commit 359c760

File tree

1 file changed

+2
-15
lines changed
  • content/zh/docs/reference/access-authn-authz

1 file changed

+2
-15
lines changed

content/zh/docs/reference/access-authn-authz/rbac.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,9 @@ subjects:
758758
```
759759

760760
<!--
761-
For all service accounts in the "qa" group in any namespace:
761+
For all service accounts in the "qa" namespace:
762762
-->
763-
对于任何名称空间中的 "qa" 组中所有的服务账户
763+
对于 "qa" 名称空间中的所有服务账户
764764

765765
```yaml
766766
subjects:
@@ -769,19 +769,6 @@ subjects:
769769
apiGroup: rbac.authorization.k8s.io
770770
```
771771

772-
<!--
773-
For all service accounts in the "dev" group in the "development" namespace:
774-
-->
775-
对于 "development" 名称空间中 "dev" 组中的所有服务帐户:
776-
777-
```yaml
778-
subjects:
779-
- kind: Group
780-
name: system:serviceaccounts:dev
781-
apiGroup: rbac.authorization.k8s.io
782-
namespace: development
783-
```
784-
785772
<!--
786773
For all service accounts in any namespace:
787774
-->

0 commit comments

Comments
 (0)