diff --git a/charts/newrelic-infrastructure/templates/clusterrole.yaml b/charts/newrelic-infrastructure/templates/clusterrole.yaml index 4913448e7..7d414eb3b 100644 --- a/charts/newrelic-infrastructure/templates/clusterrole.yaml +++ b/charts/newrelic-infrastructure/templates/clusterrole.yaml @@ -17,6 +17,7 @@ rules: - "endpoints" - "services" - "nodes" + - "pods" - "namespaces" verbs: [ "get", "list", "watch" ] - nonResourceURLs: ["/metrics"]