bug fix for baremetal operator
[icn.git] / deploy / metal3 / scripts / bmo / rbac / role_binding.yaml
1 kind: ClusterRoleBinding
2 apiVersion: rbac.authorization.k8s.io/v1
3 metadata:
4   name: metal3-baremetal-operator
5 subjects:
6 - kind: ServiceAccount
7   name: metal3-baremetal-operator
8   namespace: metal3
9 - kind: User
10   name: developer
11 roleRef:
12   kind: ClusterRole
13   name: metal3-baremetal-operator
14   apiGroup: rbac.authorization.k8s.io