Skip to content

Commit

Permalink
Add db list permission to crd-manager (#1554)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob Kumar Saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Feb 10, 2025
1 parent b128f83 commit fd06736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kubedb-crd-manager/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ rules:
resources:
- customresourcedefinitions
verbs: ["*"]
- apiGroups:
- kubedb.com
resources: ["*"]
verbs: ["list"]

0 comments on commit fd06736

Please sign in to comment.