staging/podsecuritypolicy/rbac: sync example with kubernetes repo.
This commit is contained in:
parent
0b5a357fca
commit
d05e9fb5ed
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -35,4 +35,5 @@ spec:
|
|||
- 'downwardAPI'
|
||||
- 'configMap'
|
||||
- 'persistentVolumeClaim'
|
||||
- 'projected'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue