Skip to content

Commit

Permalink
Add premission for odiglet to get and update instrumentedApplication …
Browse files Browse the repository at this point in the history
…status (#58)

Co-authored-by: Amir Blum <[email protected]>
  • Loading branch information
RonFed and blumamir authored May 27, 2024
1 parent b24dc5f commit 6c49ac4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/odigos/templates/odiglet/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ rules:
- get
- list
- watch
- apiGroups:
- odigos.io
resources:
- instrumentedapplications/status
verbs:
- get
- patch
- update
{{ if .Values.psp.enabled }}
- apiGroups:
- policy
Expand Down

0 comments on commit 6c49ac4

Please sign in to comment.