1234567891011 |
- apiVersion: rbac.authorization.k8s.io/v1
- kind: ClusterRole
- metadata:
- name: otel-collector-opentelemetry-collector-role
- rules:
- - apiGroups: [""]
- resources: ["pods", "namespaces", "endpoints"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["apps"]
- resources: ["replicasets"]
- verbs: ["get", "watch", "list"]
|