diff --git a/internal/profiles/util.go b/internal/profiles/util.go index 5e85ff96d4..6eb336d26c 100644 --- a/internal/profiles/util.go +++ b/internal/profiles/util.go @@ -268,6 +268,8 @@ func MergeDatabaseGetIntoProfiles(ppl []db.GetProfileByProjectAndIDRow) map[stri } else { profiles[p.Profile.Name].Alert = proto.String(string(db.ActionTypeOn)) } + + selectorsToProfile(profiles[p.Profile.Name], p.ProfilesWithSelectors) } if pm := rowInfoToProfileMap( profiles[p.Profile.Name],