Skip to content

Commit

Permalink
Add rbac cluster-role for endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Jan 22, 2024
1 parent f0c8d0b commit 5726d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kubedb-provisioner/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ rules:
resources:
- events
verbs: ["create"]
- apiGroups:
- ""
resources:
- endpoints
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 5726d5a

Please sign in to comment.