
This PS updates the capm3 version to 0.4.0, to fix the clusterctl move BMH bug. Closes: #466 Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
13 lines
261 B
YAML
13 lines
261 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: manager-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: manager-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: system
|