1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Sync ClusterRole in deployment templates

This commit is contained in:
Markus Lehtonen 2020-11-20 17:18:26 +02:00
parent c4fa78c8d0
commit 045e3f2981

View file

@ -21,10 +21,15 @@ rules:
- ""
resources:
- nodes
# when using command line flag --resource-labels to create extended resources
# you will need to uncomment "- nodes/status"
# - nodes/status
verbs:
- get
- patch
- update
# List only needed for --prune
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding