Skip to content

Commit

Permalink
Terraform format changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed Jan 5, 2024
1 parent 1197fe3 commit 1d406a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def list_dask_environments():

def base_node_group(options):
default_node_group = {
config["worker-node-group"]["key"]: config["worker-node-group"]["value"],
"dedicated": config["worker-node-group"]["value"],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ resource "helm_release" "jupyterhub" {
singleuser = {
image = var.jupyterlab-image
nodeSelector = {
"dedicated" = var.user-node-group.value
"dedicated" = var.user-node-group.value
}
}

scheduling = {
userScheduler = {
nodeSelector = {
"dedicated" = var.general-node-group.value
"dedicated" = var.general-node-group.value
}
}
}
Expand Down

0 comments on commit 1d406a3

Please sign in to comment.