From de1f5fac42a47d79089a4a62f4bee0d2933f08f5 Mon Sep 17 00:00:00 2001 From: akshaychopra5207 <55088370+akshaychopra5207@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:12:38 +0530 Subject: [PATCH] Update clusterrole.yaml --- charts/newrelic-infrastructure/templates/clusterrole.yaml | 1 + 1 file changed, 1 insertion(+) 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"]