Skip to content

Commit

Permalink
Add clusterChartPresets get permission (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Jan 6, 2025
1 parent 6433351 commit 1380e18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/ace-user-roles/templates/kubedb-ui/user-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ rules:
resources:
- "placementpolicies"
verbs: ["get", "list", "watch"]
- apiGroups:
- charts.x-helm.dev
resources:
- "clusterchartpresets"
verbs: ["get", "list", "watch"]
resourceNames:
- "kubedb-ui-presets"
- "stash-presets"
---

# Grant logged in users read permission on cluster scoped resources required for kubedb-ui
Expand Down

0 comments on commit 1380e18

Please sign in to comment.