Skip to content

Conversation

costrouc
Copy link
Contributor

@costrouc costrouc commented Mar 3, 2021

No description provided.

@costrouc costrouc force-pushed the remove-jupyterhub-helm branch from f14ecb4 to 50fa118 Compare March 12, 2021 23:16
@github-actions
Copy link

terraform fmt Failed

./modules/kubernetes/services/jupyterhub/hub.tf
         port = 8081
       }
       service = {
-        names = var.services
+        names      = var.services
         api_tokens = random_password.api_token
       }
       extraConfig = var.extraConfig
./modules/kubernetes/services/jupyterhub/variables.tf
 variable "singleuser" {
   description = "jupyterhub singleuser defaults"
   type = object({
-    namespace = string     # default spawner namespace
-    image = string         # default spawner jupyterlab image
+    namespace     = string # default spawner namespace
+    image         = string # default spawner jupyterlab image
     cpu_guarantee = number # default spawner jupyterlab guaranteed cpu
-    cpu_limit = number     # default spawner jupyterlab max cpus
+    cpu_limit     = number # default spawner jupyterlab max cpus
     mem_guarantee = number # default spawner jupyterlab guaranteed memory
-    mem_limit = number     # default spawner jupyterlab max memory
-    default_url = string   # default spawner jupyterlab url
+    mem_limit     = number # default spawner jupyterlab max memory
+    default_url   = string # default spawner jupyterlab url
   })
   default = {
-    namespace = "default"
-    image = "quansight/qhub-jupyterlab:e26a2766a0a66ce6d4c538f9f550b1f267f3d240"
-    cpu_guarantee = "1.0"
-    cpu_limit = "1.0"
-    memory_guarantee = "1G"
-    mem_limit = "1G"
-    default_url = "/lab"
+    namespace         = "default"
+    image             = "quansight/qhub-jupyterlab:e26a2766a0a66ce6d4c538f9f550b1f267f3d240"
+    cpu_guarantee     = "1.0"
+    cpu_limit         = "1.0"
+    memory_guarantee  = "1G"
+    mem_limit         = "1G"
+    default_url       = "/lab"
     pod_name_template = "jupyter-{username}--{servername}"
   }
 }

Workflow: Terraform Validation, Action: hashicorpterraform-github-actions, Working Directory: ., Workspace: default

@costrouc
Copy link
Contributor Author

Work will have to wait for 0.4 milestone.

@costrouc costrouc changed the base branch from dev to main April 14, 2021 03:29
@costrouc costrouc marked this pull request as draft April 14, 2021 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant