33a1965f00
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
12 lines
281 B
YAML
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 |