diff --git a/deployment/helm/cdi-device-injector/templates/clusterrole.yaml b/deployment/helm/cdi-device-injector/templates/clusterrole.yaml index 9ca06119a..7622767a3 100644 --- a/deployment/helm/cdi-device-injector/templates/clusterrole.yaml +++ b/deployment/helm/cdi-device-injector/templates/clusterrole.yaml @@ -5,3 +5,10 @@ metadata: labels: {{- include "nri-plugin.labels" . | nindent 4 }} rules: +- apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - watch