Skip to content

Commit

Permalink
Added Cluster Role for endpoints resources with verbs list and watch …
Browse files Browse the repository at this point in the history
…to solve bitnami#30648
  • Loading branch information
frivas-at-navteca committed Nov 27, 2024
1 parent 151c51c commit 3c857fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bitnami/kuberay/templates/operator/clusterroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ rules:
- get
- list
- update
- apiGroups:
- ""
resources:
- endpoints
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 3c857fe

Please sign in to comment.