yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

helm chart: add general config passthrough ssh.config #51

Closed consideRatio closed 3 years ago

consideRatio commented 3 years ago

In z2jh, the introduction of hub.config has been great! This PR does the same, introducing a general location to set static configuration of traitlets, such as JupyterHubSSH.debug.

Example:

ssh:
  config:
    JupyterHubSSH:
      debug: true
yuvipanda commented 3 years ago

Fair enough, @consideRatio. Splitting the charts is a good idea - I didn't do it because I was lazy :D

consideRatio commented 3 years ago

Thank you @yuvipanda :tada:

Hey btw, seen this? :)

image