Skip to content

Commit

Permalink
Add Instrumentor Sources RBAC to Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Dec 23, 2024
1 parent b44f442 commit ef8f196
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions helm/odigos/templates/instrumentor/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,21 @@ rules:
- patch
- update
- watch
- apiGroups:
- odigos.io
resources:
- sources
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- odigos.io
resources:
- sources/finalizers
verbs:
- update

0 comments on commit ef8f196

Please sign in to comment.