Skip to content

Commit

Permalink
update readme with suggested ClusterRole rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chadpatel committed Jul 19, 2023
1 parent 95772bd commit cb95cbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion receiver/awscontainerinsightreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ rules:
resources: ["pods", "nodes", "endpoints"]
verbs: ["list", "watch"]
- apiGroups: ["apps"]
resources: ["replicasets"]
resources: ["replicasets", "daemonsets", "deployments"]
verbs: ["list", "watch"]
- apiGroups: ["batch"]
resources: ["jobs"]
Expand All @@ -112,6 +112,8 @@ rules:
resources: ["configmaps"]
resourceNames: ["otel-container-insight-clusterleader"]
verbs: ["get","update"]
- nonResourceURLs: ["/metrics"]
verbs: ["get", "list", "watch"]
---
kind: ClusterRoleBinding
Expand Down

0 comments on commit cb95cbd

Please sign in to comment.