Skip to content

Commit

Permalink
Add permission on endpointslices in cluster role
Browse files Browse the repository at this point in the history
Signed-off-by: zeritti <[email protected]>
  • Loading branch information
zeritti committed Sep 29, 2023
1 parent 74d6e9e commit 2f36a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/prometheus/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ rules:
- get
- list
- watch
- apiGroups:
- "discovery.k8s.io"
resources:
- endpointslices
verbs:
- get
- list
- watch
- nonResourceURLs:
- "/metrics"
verbs:
Expand Down

0 comments on commit 2f36a7d

Please sign in to comment.