rbac.yaml 335 B

123456789101112131415161718
  1. ---
  2. apiVersion: v1
  3. kind: ServiceAccount
  4. metadata:
  5. name: execute-in-vm-task
  6. ---
  7. apiVersion: rbac.authorization.k8s.io/v1
  8. kind: RoleBinding
  9. metadata:
  10. name: execute-in-vm-task
  11. roleRef:
  12. kind: ClusterRole
  13. name: execute-in-vm-task
  14. apiGroup: rbac.authorization.k8s.io
  15. subjects:
  16. - kind: ServiceAccount
  17. name: execute-in-vm-task