mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 22:27:34 +00:00
* deploy control plane and agent in two clusters Signed-off-by: zhujian <jiazhu@redhat.com> * change the default spoke component namespace Signed-off-by: zhujian <jiazhu@redhat.com>
13 lines
373 B
YAML
13 lines
373 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: open-cluster-management:managedcluster-admission
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: open-cluster-management:managedcluster-admission
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: managedcluster-admission-sa
|
|
namespace: open-cluster-management-hub
|