06_clusterrolebinding.yml 396 B

1234567891011121314
  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: ClusterRoleBinding
  3. metadata:
  4. annotations:
  5. openshift.io/description: Allows ssh-pod to read nodes and machineconfigs
  6. name: ssh-bastion
  7. roleRef:
  8. apiGroup: rbac.authorization.k8s.io
  9. kind: ClusterRole
  10. name: ssh-bastion
  11. subjects:
  12. - apiGroup: rbac.authorization.k8s.io
  13. kind: User
  14. name: system:serviceaccount:byoh-ssh-bastion:ssh-bastion