Skip to content

Commit

Permalink
add config map with info object
Browse files Browse the repository at this point in the history
  • Loading branch information
Shareed2k committed Apr 3, 2021
1 parent bbe25e7 commit 1a9c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/place/operations/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func Find(ctx context.Context, backendNames []string, pattern string) (place.Pri
return nil, err
}

backend, err := info.NewBackend(ctx, m)
backend, err := info.NewBackend(ctx, place.ConfigMap(info, name))
if err != nil {
return nil, errors.Wrap(err, name)
}
Expand Down

0 comments on commit 1a9c1a8

Please sign in to comment.