Adding initial kubevirt support
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
annotations:
|
||||
labels:
|
||||
app.kubernetes.io/component: storage
|
||||
app.kubernetes.io/managed-by: cdi-operator
|
||||
cdi.kubevirt.io: ""
|
||||
rbac.authorization.k8s.io/aggregate-to-admin: "true"
|
||||
name: cdi.kubevirt.io:admin
|
||||
rules:
|
||||
- apiGroups:
|
||||
- cdi.kubevirt.io
|
||||
resources:
|
||||
- datavolumes
|
||||
verbs:
|
||||
- '*'
|
||||
- apiGroups:
|
||||
- cdi.kubevirt.io
|
||||
resources:
|
||||
- datavolumes/source
|
||||
verbs:
|
||||
- create
|
||||
- apiGroups:
|
||||
- upload.cdi.kubevirt.io
|
||||
resources:
|
||||
- uploadtokenrequests
|
||||
verbs:
|
||||
- '*'
|
||||
Reference in New Issue
Block a user