From 1b163d916d4c3220e324755fe2f81e3b36c98679 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 10 Aug 2026 12:58:06 -0700 Subject: [PATCH] [state-dcgm-exporter][clusterpolicy] remove pods from Role The ClusterRole already provides get, list and watch privileges to the dcgm-exporter daemonset. The privileges in the namespace-scoped are therefore redundant and unnecessary. Signed-off-by: Tariq Ibrahim --- assets/state-dcgm-exporter/0200_role.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/state-dcgm-exporter/0200_role.yaml b/assets/state-dcgm-exporter/0200_role.yaml index 72fc030bcf..2e1e5fd3cf 100644 --- a/assets/state-dcgm-exporter/0200_role.yaml +++ b/assets/state-dcgm-exporter/0200_role.yaml @@ -18,7 +18,6 @@ rules: - "" resources: - configmaps - - pods verbs: - get - list