- apiVersion: rbac.authorization.k8s.io/v1
- kind: ClusterRoleBinding
- metadata:
- name: otel-collector-opentelemetry-collector-rolebinding
- roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: otel-collector-opentelemetry-collector-role
- subjects:
- - kind: ServiceAccount
- name: otel-collector-opentelemetry-collector
- namespace: observe
|