Skip to content

Commit

Permalink
Update operator clusterrole
Browse files Browse the repository at this point in the history
* `secrets`:  Add TLS support to auto-instrumentation  [#3338](open-telemetry/opentelemetry-operator#3338)
* `targetallocators`: Generate only TargetAllocator CR from Collector CR [#3402](open-telemetry/opentelemetry-operator#3402)
  • Loading branch information
araiu committed Dec 5, 2024
1 parent ba10275 commit 17cb750
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ rules:
resources:
- nodes
- namespaces
- secrets
verbs:
- get
- list
Expand Down Expand Up @@ -162,6 +163,19 @@ rules:
- opentelemetry.io
resources:
- opampbridges
- targetallocators
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- opentelemetry.io
resources:
- targetallocators
verbs:
- create
- delete
Expand Down Expand Up @@ -210,6 +224,14 @@ rules:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- targetallocators/status
verbs:
- get
- patch
- update
- apiGroups:
- policy
resources:
Expand Down

0 comments on commit 17cb750

Please sign in to comment.