Skip to content

Commit

Permalink
Assign cluster-admin when migrating kyma namespace admins to kyma2 (k…
Browse files Browse the repository at this point in the history
…yma-project#12446)

Co-authored-by: Kwiatosz, Krzysztof <[email protected]>
  • Loading branch information
kwiatekus and kwiatekus authored Oct 25, 2021
1 parent 6139d8f commit b78b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/busola-migrator/internal/kubernetes/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var rbacConfig = map[model.UserPermission]struct {
}{
model.UserPermissionAdmin: {
clusterRoleBindingName: "cluster-admin-users",
clusterRoleName: "kyma-admin",
clusterRoleName: "cluser-admin",
},
model.UserPermissionDeveloper: {
clusterRoleBindingName: "cluster-developer-users",
Expand Down

0 comments on commit b78b498

Please sign in to comment.