Merge pull request #33103 from cjcullen/patch-2

Update rbac.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-21 14:52:13 -07:00
committed by GitHub
@@ -517,7 +517,7 @@ subjects:
namespace: kube-system
```
For all service accounts in the "qa" group in any namespace:
For all service accounts in the "qa" namespace:
```yaml
subjects:
@@ -525,15 +525,6 @@ subjects:
name: system:serviceaccounts:qa
apiGroup: rbac.authorization.k8s.io
```
For all service accounts in the "dev" group in the "development" namespace:
```yaml
subjects:
- kind: Group
name: system:serviceaccounts:dev
apiGroup: rbac.authorization.k8s.io
namespace: development
```
For all service accounts in any namespace: