Skip to content

Commit

Permalink
add nodes resource to honeycomb/templates/cluster-role (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdvalenzuela authored Jan 25, 2022
1 parent eac4155 commit dc79bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/honeycomb/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ rules:
- pods
- nodes/stats
- nodes/proxy
{{- if .Values.metrics.includeNodeLabels }}
- nodes
{{- end }}
verbs:
- get
- list
Expand Down

0 comments on commit dc79bda

Please sign in to comment.