Skip to content

Commit

Permalink
fix: missing permissions for telegraf ClusterRole (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat authored Nov 24, 2023
1 parent 39cd327 commit d6232bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/telegraf-ds/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
resources: ["pods"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["nodes/proxy", "nodes/stats"]
resources: ["nodes", "nodes/proxy", "nodes/stats", "persistentvolumes"]
verbs: ["get", "list", "watch"]
---
# Define global role with the default system:aggregate-to-view cluster role and the two rules we just created
Expand Down

0 comments on commit d6232bd

Please sign in to comment.