Skip to content

Commit

Permalink
removing JupyterHub extraConfig for custom logo
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosnm committed Dec 8, 2024
1 parent d58ce64 commit 5638394
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kube/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ hub:
annotations: {}
command: []
args: []
extraConfig:
logoConfig: |
import urllib.request
urllib.request.urlretrieve("https://tithia-resources.s3.us-east-2.amazonaws.com/branding/icononly_transparent_nobuffer.png", "logo.png")
c.JupyterHub.logo_file = 'logo.png'
extraConfig: {}
extraFiles: {}
extraEnv: {}
extraContainers: []
Expand Down

0 comments on commit 5638394

Please sign in to comment.