Skip to content

Commit

Permalink
Add Pods and EndpointSlices permissions to operator CR
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas committed Apr 25, 2024
1 parent 4804546 commit e5ee245
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/wasmcloud-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rules:
- services
- configmaps
- serviceaccounts
- pods
verbs:
- get
- list
Expand Down Expand Up @@ -67,6 +68,17 @@ rules:
- list
- patch
- update
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- apiGroups:
- k8s.wasmcloud.dev
resources:
Expand Down

0 comments on commit e5ee245

Please sign in to comment.