Skip to content

Commit

Permalink
Add project member (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein authored Jan 31, 2025
1 parent 424ca22 commit 38a4aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *Cluster) Populate(ctx context.Context, client *client.Clients) error {
}
prtbList := []*ProjectRoleTemplateBinding{}
for _, item := range projectRoleTemplateBindings.Items {
if item.Name == "creator-project-owner" {
if item.Name == "creator-project-owner" || item.Name == "creator-project-member" {
continue
}
prtb := newPRTB(item, "", p.Spec.DisplayName)
Expand Down

0 comments on commit 38a4aca

Please sign in to comment.