You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
394 B

  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: RoleBinding
  3. metadata:
  4. name: node-feature-discovery-worker
  5. namespace: {{ node_feature_discovery_namespace }}
  6. roleRef:
  7. apiGroup: rbac.authorization.k8s.io
  8. kind: Role
  9. name: node-feature-discovery-worker
  10. subjects:
  11. - kind: ServiceAccount
  12. name: {{ node_feature_discovery_worker_sa_name }}
  13. namespace: {{ node_feature_discovery_namespace }}