diff --git a/pkg/registration/hub/manifests/rbac/managedcluster-clusterrolebinding.yaml b/pkg/registration/hub/manifests/rbac/managedcluster-clusterrolebinding.yaml index 590903e46..8328c53de 100644 --- a/pkg/registration/hub/manifests/rbac/managedcluster-clusterrolebinding.yaml +++ b/pkg/registration/hub/manifests/rbac/managedcluster-clusterrolebinding.yaml @@ -12,3 +12,6 @@ subjects: - kind: Group apiGroup: rbac.authorization.k8s.io name: system:open-cluster-management:{{ .ManagedClusterName }} +- kind: Group + apiGroup: rbac.authorization.k8s.io + name: open-cluster-management:{{ .ManagedClusterName }} diff --git a/pkg/registration/hub/manifests/rbac/managedcluster-registration-rolebinding.yaml b/pkg/registration/hub/manifests/rbac/managedcluster-registration-rolebinding.yaml index ab78b6854..2c472423c 100644 --- a/pkg/registration/hub/manifests/rbac/managedcluster-registration-rolebinding.yaml +++ b/pkg/registration/hub/manifests/rbac/managedcluster-registration-rolebinding.yaml @@ -15,3 +15,6 @@ subjects: - kind: Group apiGroup: rbac.authorization.k8s.io name: system:open-cluster-management:{{ .ManagedClusterName }} + - kind: Group + apiGroup: rbac.authorization.k8s.io + name: open-cluster-management:{{ .ManagedClusterName }} diff --git a/pkg/registration/hub/manifests/rbac/managedcluster-work-rolebinding.yaml b/pkg/registration/hub/manifests/rbac/managedcluster-work-rolebinding.yaml index f1ae0c05b..ff41fe34d 100644 --- a/pkg/registration/hub/manifests/rbac/managedcluster-work-rolebinding.yaml +++ b/pkg/registration/hub/manifests/rbac/managedcluster-work-rolebinding.yaml @@ -17,3 +17,6 @@ subjects: - kind: Group apiGroup: rbac.authorization.k8s.io name: system:open-cluster-management:{{ .ManagedClusterName }} + - kind: Group + apiGroup: rbac.authorization.k8s.io + name: open-cluster-management:{{ .ManagedClusterName }}