fix: Allow ClusterRole RBAC Storage (#65)

* allow ClusterRole to have RBAC storage to avoid errors in vm-import-controller deployment, when running off of main-head

Resolves: fix/avoid-storageclass-rbac-errors
This commit is contained in:
Mike Russell 2025-05-05 00:12:04 -07:00 committed by GitHub
parent 6956a12edf
commit 963c41f1e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,13 @@ rules:
- persistentvolumeclaims
verbs:
- "*"
- apiGroups:
- storage.k8s.io
resources:
- "*"
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding