mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Correct the comment in PSP examples.
This commit is contained in:
parent
b8f1bb4105
commit
a8e7be58cf
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ roleRef:
|
|||
kind: ClusterRole
|
||||
name: restricted-psp-user
|
||||
---
|
||||
# edit grants edit role to system:authenticated.
|
||||
# edit grants edit role to the groups
|
||||
# restricted and privileged.
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Reference in a new issue