Update rbac.md
Fix description of magic service account group.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user