search: set Zoekt and Searcher endpoints from job args
Created by: rvantonder
We don't need to proxy via args
when setting these values. The only reason we can't remove args.Zoekt
and args.SearcherURL
completely is because of repo has file dependencies. It's fine to continue because eventually repoHasFile will be the only thing depending on args
.
Test plan
Semantics-preserving