Skip to content

Commit

Permalink
Update cluster-presets permission (#639)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Dec 23, 2024
1 parent 9dbd98a commit 2f877ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/cluster-presets/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ rules:
resources:
- namespaces
verbs: ["get"]
- apiGroups:
- ""
resources:
- secrets
resourceNames: ["capi-credential"]
verbs: ["get", "list", "watch"]
# Get Cluster Topology
- apiGroups:
- ""
Expand Down

0 comments on commit 2f877ab

Please sign in to comment.