mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
18 lines
369 B
YAML
18 lines
369 B
YAML
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
name: super-admin
|
||
|
initializers:
|
||
|
pending:
|
||
|
- name: podimage.initializer.com
|
||
|
labels:
|
||
|
clusterrolebinding: super
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: admin
|
||
|
subjects:
|
||
|
- apiGroup: rbac.authorization.k8s.io
|
||
|
kind: User
|
||
|
name: super-admin
|