Skip to content

Commit

Permalink
Merge pull request #34 from lsst-sqre/tickets/DM-29371A
Browse files Browse the repository at this point in the history
Add auto_repo_urls
  • Loading branch information
athornton authored Mar 25, 2021
2 parents a854058 + bcfa0f8 commit d6a1009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nublado2/resourcemgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async def create_user_resources(self, spawner: Spawner) -> None:
"external_groups": external_groups,
"base_url": nc.get("base_url"),
"dask_yaml": await self._build_dask_template(spawner),
"auto_repo_urls": nc.get("auto_repo_urls"),
}

self.log.debug(f"Template values={template_values}")
Expand Down

0 comments on commit d6a1009

Please sign in to comment.