Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[filebeat] add permission to list nodes (#704)
Browse files Browse the repository at this point in the history
This commit add permission to list nodes. 
This is required when using `add_resource_metadata: node.enabled: true`.
  • Loading branch information
bmilescu authored and jmlrt committed Jul 2, 2020
1 parent 4a6067e commit f01a4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
- ""
resources:
- namespaces
- nodes
- pods
verbs:
- get
Expand Down

0 comments on commit f01a4ae

Please sign in to comment.