Skip to content

Commit

Permalink
fix: align naming on built-in cdi roles
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Dec 2, 2024
1 parent ff0c1de commit 96ecba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitops/components/kubevirt/kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: "cdi:data-volumes:clone"
name: "cdi.kubevirt.io:clone"
rules:
- apiGroups: ["cdi.kubevirt.io"]
resources: ["datavolumes/source"]
Expand Down

0 comments on commit 96ecba8

Please sign in to comment.