Skip to content

Commit

Permalink
adding virtualization template editors
Browse files Browse the repository at this point in the history
  • Loading branch information
anseifert committed Oct 24, 2023
1 parent 81dfcc8 commit 7311840
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: lab-cluster-virt-editors
subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: lab-cluster-virt-editors
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: os-images.kubevirt.io:edit
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Group
apiVersion: user.openshift.io/v1
metadata:
name: cluster-virt-editors
users:
- codekow
- anseifert

0 comments on commit 7311840

Please sign in to comment.