Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Ritchie committed Nov 26, 2021
1 parent ccf92e2 commit d5c8b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/registrar/map_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ func (mapper *Mapper) RoleBindingToDeliverableRequests(roleBindingObject client.
if subject.APIGroup == "" && subject.Kind == "ServiceAccount" {
serviceAccountObject := &corev1.ServiceAccount{}
serviceAccountKey := client.ObjectKey{
Namespace: subject.Name,
Name: subject.Namespace,
Namespace: subject.Namespace,
Name: subject.Name,
}
err := mapper.Client.Get(context.TODO(), serviceAccountKey, serviceAccountObject)
if err != nil {
Expand Down

0 comments on commit d5c8b2b

Please sign in to comment.