Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ singleuser:
limits: {}
guarantees: {}
cmd:
args:
- jupyterhub-singleuser
Comment on lines 397 to +399
Copy link
Member

@consideRatio consideRatio Jul 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For singleuser, there is no args - this is Helm chart config mimicing the jupyterhub configuration options for the spawner, not directly mapped to k8s config specification (command + args)

So, singleuser.cmd is the JupyterHub Spawner cmd, which is in the end rendered to the k8s args by KubeSpawner.

I think looking at #2449 is needed to better revert that.

defaultUrl:
extraPodConfig: {}
profileList: []
Expand Down