Skip to content

Commit

Permalink
Added missing verbs to endpoints resource to solve #30648
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Rivas <[email protected]>
  • Loading branch information
frivas-at-navteca committed Nov 29, 2024
1 parent 2d4e2c3 commit cfdc9d2
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 @@ -51,6 +51,13 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- endpoints
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit cfdc9d2

Please sign in to comment.