vino/config/rbac/vino_manager_role_binding.yaml
Alexander Hughes 33a1965f00 Initial vBMH creation code
This commit adds RBAC and initial BMH creation library
code. Integrating this code to create the correct BMH
will occur in a future patch.

Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
Change-Id: If865f13e8c458fb54ae3eb4dbc74105fb1de6386
2021-01-29 15:46:08 +00:00

12 lines
281 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cluster-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-manager-role
subjects:
- kind: ServiceAccount
name: default
namespace: vino-system