mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Sync ClusterRole in deployment templates
This commit is contained in:
parent
c4fa78c8d0
commit
045e3f2981
1 changed files with 5 additions and 0 deletions
|
@ -21,10 +21,15 @@ rules:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- nodes
|
- nodes
|
||||||
|
# when using command line flag --resource-labels to create extended resources
|
||||||
|
# you will need to uncomment "- nodes/status"
|
||||||
|
# - nodes/status
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
# List only needed for --prune
|
||||||
|
- list
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
|
Loading…
Add table
Reference in a new issue