1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 10:47:23 +00:00

helm: fix topology-updater rbac clusterrole

Access to nodes/proxy resource was accidentally given to nfd-master
(which really doesn't need it), not topology-updater.
This commit is contained in:
Markus Lehtonen 2023-03-09 16:15:03 +02:00 committed by k8s-infra-cherrypick-robot
parent 9d41250cf1
commit bf14487e8a

View file

@ -18,12 +18,6 @@ rules:
- patch
- update
- list
- apiGroups:
- ""
resources:
- nodes/proxy
verbs:
- get
- apiGroups:
- nfd.k8s-sigs.io
resources:
@ -51,6 +45,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- ""
resources:
- nodes/proxy
verbs:
- get
- apiGroups:
- ""
resources: