Skip to content

Commit

Permalink
Merge pull request #59 from chadpatel/rbac_updates
Browse files Browse the repository at this point in the history
update readme with suggested ClusterRole rules
  • Loading branch information
chadpatel committed Jul 25, 2023
2 parents 68f3439 + cb95cbd commit 7fbaba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/awscontainerinsightreceiver/README.md
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 Down

0 comments on commit 7fbaba2

Please sign in to comment.