Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Oct 31, 2024
1 parent adb9d74 commit 7944071
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def dask_gateway_config(path="/var/lib/dask-gateway/config.json"):
c.KubeClusterConfig.scheduler_extra_container_config = config["cluster"][
"scheduler_extra_container_config"
]

# clobbered by c.Backend.cluster_options['scheduler_extra_pod_config'] if present
c.KubeClusterConfig.scheduler_extra_pod_config = config["cluster"][
"scheduler_extra_pod_config"
]
Expand Down

0 comments on commit 7944071

Please sign in to comment.