diff --git a/bundle/manifests/amd-gpu-operator.clusterserviceversion.yaml b/bundle/manifests/amd-gpu-operator.clusterserviceversion.yaml index 171e210b9..fb2946bd4 100644 --- a/bundle/manifests/amd-gpu-operator.clusterserviceversion.yaml +++ b/bundle/manifests/amd-gpu-operator.clusterserviceversion.yaml @@ -1196,6 +1196,7 @@ spec: - get - list - update + - watch - apiGroups: - "" resources: diff --git a/config/rbac/metrics_exporter_cluster_role.yaml b/config/rbac/metrics_exporter_cluster_role.yaml index 326a3762b..c696b42de 100644 --- a/config/rbac/metrics_exporter_cluster_role.yaml +++ b/config/rbac/metrics_exporter_cluster_role.yaml @@ -5,7 +5,7 @@ metadata: rules: - apiGroups: [""] resources: ["nodes"] - verbs: ["get", "list", "update"] + verbs: ["get", "list", "update", "watch"] - apiGroups: [""] resources: ["pods"] verbs: ["get", "list", "watch"]