File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
content/zh/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -758,9 +758,9 @@ subjects:
758
758
` ` `
759
759
760
760
<!--
761
- For all service accounts in the "qa" group in any namespace :
761
+ For all service accounts in the "qa" namespace :
762
762
-->
763
- 对于任何名称空间中的 "qa" 组中所有的服务账户 :
763
+ 对于 "qa" 名称空间中的所有服务账户 :
764
764
765
765
` ` ` yaml
766
766
subjects:
@@ -769,19 +769,6 @@ subjects:
769
769
apiGroup: rbac.authorization.k8s.io
770
770
` ` `
771
771
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
-
785
772
<!--
786
773
For all service accounts in any namespace :
787
774
-->
You can’t perform that action at this time.
0 commit comments