Skip to content

Commit

Permalink
Trim unnecessary otelcol operator verbs (open-telemetry#483)
Browse files Browse the repository at this point in the history
Signed-off-by: birca <Allex21ro@yahoo.com>
  • Loading branch information
Allex1 authored Nov 4, 2022
1 parent b62b3be commit 0ab0eca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-operator
version: 0.17.0
version: 0.17.1
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ rules:
resources:
- opentelemetrycollectors
verbs:
- create
- delete
- get
- list
- patch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
helm.sh/chart: opentelemetry-operator-0.17.0
helm.sh/chart: opentelemetry-operator-0.17.1
app.kubernetes.io/name: opentelemetry-operator
app.kubernetes.io/instance: example
app.kubernetes.io/version: "0.61.0"
Expand Down
2 changes: 0 additions & 2 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ rules:
resources:
- opentelemetrycollectors
verbs:
- create
- delete
- get
- list
- patch
Expand Down

0 comments on commit 0ab0eca

Please sign in to comment.