Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66d3b52

Browse files
author
Israel Blancas
committedNov 12, 2024··
Fix documentation
Signed-off-by: Israel Blancas <iblancas@redhat.com>
1 parent 6bf7d73 commit 66d3b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎internal/components/receivers/k8sobjects.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type k8sObject struct {
3030
}
3131

3232
func generatek8sobjectsRbacRules(_ logr.Logger, config k8sobjectsConfig) ([]rbacv1.PolicyRule, error) {
33-
// The k8s Objects Receiver needs get permissions on the following resources always.
33+
// https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/k8sobjectsreceiver#rbac
3434
prs := []rbacv1.PolicyRule{}
3535
for _, obj := range config.Objects {
3636
permissions := []string{"list"}

0 commit comments

Comments
 (0)
Please sign in to comment.