Skip to content

Commit cc713cb

Browse files
authored
chore(charts): add nodes and persistentvolumes rule
1 parent 4fde4f5 commit cc713cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/monitor/templates/monitor-telegraf-clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rules:
1313
resources: ["pods"]
1414
verbs: ["get", "list", "watch"]
1515
- apiGroups: [""]
16-
resources: ["pods", "nodes/proxy", "nodes/stats"]
16+
resources: ["pods", "persistentvolumes", "nodes", "nodes/proxy", "nodes/stats"]
1717
verbs: ["get", "list", "watch"]
1818
{{- end -}}
1919
{{- end -}}

0 commit comments

Comments
 (0)