123456789101112131415161718 |
- ---
- apiVersion: v1
- kind: ServiceAccount
- metadata:
- name: execute-in-vm-task
- ---
- apiVersion: rbac.authorization.k8s.io/v1
- kind: RoleBinding
- metadata:
- name: execute-in-vm-task
- roleRef:
- kind: ClusterRole
- name: execute-in-vm-task
- apiGroup: rbac.authorization.k8s.io
- subjects:
- - kind: ServiceAccount
- name: execute-in-vm-task
|