staging/podsecuritypolicy/rbac: sync example with kubernetes repo.
This commit is contained in:
parent
0b5a357fca
commit
d05e9fb5ed
|
|
@ -31,7 +31,8 @@ roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: restricted-psp-user
|
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
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
|
|
@ -35,4 +35,5 @@ spec:
|
||||||
- 'downwardAPI'
|
- 'downwardAPI'
|
||||||
- 'configMap'
|
- 'configMap'
|
||||||
- 'persistentVolumeClaim'
|
- 'persistentVolumeClaim'
|
||||||
|
- 'projected'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue