Skip to content

Commit

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

0 comments on commit 7f43569

Please sign in to comment.