Skip to content

Commit

Permalink
feat: added Resource permissions for scheduler on Instrumented Apps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yodigos authored Jul 22, 2024
1 parent 9ee1f2e commit fc81103
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/odigos/templates/scheduler/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ rules:
- get
- patch
- update
- apiGroups:
- odigos.io
resources:
- instrumentedapplications
verbs:
- get
- list
- watch

0 comments on commit fc81103

Please sign in to comment.