Merge pull request #25823 from rjain21/patch-3

Update rbac.md
This commit is contained in:
Kubernetes Prow Robot
2020-12-28 10:18:27 -08:00
committed by GitHub
@@ -514,7 +514,7 @@ subjects:
namespace: kube-system
```
For all service accounts in the "qa" namespace:
For all service accounts in the "qa" group in any namespace:
```yaml
subjects:
@@ -522,6 +522,15 @@ 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: