Skip to content

Commit 6e5ad62

Browse files
Copilotcuisongliu
andcommitted
feat(frontend): add componentversions permissions to cluster-version-reader
Co-authored-by: cuisongliu <4150905+cuisongliu@users.noreply.github.com>
1 parent 2534761 commit 6e5ad62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • frontend/providers/dbprovider/deploy/manifests

frontend/providers/dbprovider/deploy/manifests/rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ rules:
1515
- apiGroups: ['apps.kubeblocks.io']
1616
resources: ['clusterversions']
1717
verbs: ['get', 'watch', 'list']
18+
- apiGroups: ['apps.kubeblocks.io']
19+
resources: ['componentversions']
20+
verbs: ['get', 'watch', 'list']
1821
- apiGroups: ['dataprotection.kubeblocks.io']
1922
resources: ['backuprepos']
2023
verbs: ['get', 'watch', 'list']

0 commit comments

Comments
 (0)