Skip to content

Commit

Permalink
Revert "update cluster role"
Browse files Browse the repository at this point in the history
This reverts commit 7f43569.
  • Loading branch information
TylerHelmuth committed Jan 18, 2024
1 parent be592ab commit 01e0346
Showing 1 changed file with 69 additions and 40 deletions.
109 changes: 69 additions & 40 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ rules:
- ""
resources:
- configmaps
- pods
- serviceaccounts
- services
verbs:
- create
- delete
Expand All @@ -36,12 +33,46 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
resources:
- daemonsets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs:
- create
- delete
Expand All @@ -59,9 +90,9 @@ rules:
- list
- watch
- apiGroups:
- autoscaling
- apps
resources:
- horizontalpodautoscalers
- statefulsets
verbs:
- create
- delete
Expand All @@ -71,13 +102,16 @@ rules:
- update
- watch
- apiGroups:
- config.openshift.io
- autoscaling
resources:
- infrastructures
- infrastructures/status
- horizontalpodautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
Expand All @@ -91,8 +125,8 @@ rules:
- apiGroups:
- monitoring.coreos.com
resources:
- podmonitors
- servicemonitors
- podmonitors
verbs:
- create
- delete
Expand Down Expand Up @@ -126,10 +160,8 @@ rules:
- apiGroups:
- opentelemetry.io
resources:
- opampbridges
- opentelemetrycollectors
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -138,21 +170,23 @@ rules:
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/finalizers
- opentelemetrycollectors/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/status
- opentelemetrycollectors/status
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opentelemetrycollectors
- opampbridges
verbs:
- get
- list
Expand All @@ -162,49 +196,44 @@ rules:
- apiGroups:
- opentelemetry.io
resources:
- opentelemetrycollectors/finalizers
- opampbridges/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opentelemetrycollectors/status
- opampbridges/status
verbs:
- get
- patch
- update
- apiGroups:
- policy
- route.openshift.io
resources:
- poddisruptionbudgets
- routes
- routes/custom-host
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
- discovery.k8s.io
resources:
- clusterrolebindings
- clusterroles
- endpointslices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- get
- list
- watch
- apiGroups:
- route.openshift.io
- policy
resources:
- routes
- routes/custom-host
- poddisruptionbudgets
verbs:
- create
- delete
Expand Down

0 comments on commit 01e0346

Please sign in to comment.