Skip to content

Commit

Permalink
add rbac for bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Nov 1, 2023
1 parent 33f2ba6 commit 814479c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,32 @@ rules:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opampbridges
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/status
verbs:
- get
- patch
- update
- apiGroups:
- route.openshift.io
resources:
Expand Down
26 changes: 26 additions & 0 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,32 @@ rules:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opampbridges
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- opentelemetry.io
resources:
- opampbridges/status
verbs:
- get
- patch
- update
- apiGroups:
- route.openshift.io
resources:
Expand Down

0 comments on commit 814479c

Please sign in to comment.