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.

25 lines
669 B

  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: ClusterRoleBinding
  3. metadata:
  4. name: node-feature-discovery
  5. roleRef:
  6. apiGroup: rbac.authorization.k8s.io
  7. kind: ClusterRole
  8. name: node-feature-discovery
  9. subjects:
  10. - kind: ServiceAccount
  11. name: node-feature-discovery
  12. namespace: {{ node_feature_discovery_namespace }}
  13. ---
  14. apiVersion: rbac.authorization.k8s.io/v1
  15. kind: ClusterRoleBinding
  16. metadata:
  17. name: node-feature-discovery-gc
  18. roleRef:
  19. apiGroup: rbac.authorization.k8s.io
  20. kind: ClusterRole
  21. name: node-feature-discovery-gc
  22. subjects:
  23. - kind: ServiceAccount
  24. name: {{ node_feature_discovery_gc_sa_name }}
  25. namespace: {{ node_feature_discovery_namespace }}