Unverified Commit d6232bd4 authored by Kashif Saadat's avatar Kashif Saadat Committed by GitHub

fix: missing permissions for telegraf ClusterRole (#568)

parent 39cd327c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment