Skip to content

Commit

Permalink
chore: fix RBAC
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed May 27, 2024
1 parent f76d011 commit 3f98a99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployments/charts/kuma/templates/cp-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ rules:
verbs:
- list
- watch
- apiGroups:
- "discovery.k8s.io"
resources:
- endpointslices
verbs:
- get
- list
- watch
- apiGroups:
- "apps"
resources:
Expand Down

0 comments on commit 3f98a99

Please sign in to comment.