Skip to content

pangeo-data/pangeo-custom-binderhub-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom JupyterHub Templates for Pangeo Binderhub

Usage

This repository should be referenced from the values.yaml file in your BinderHub deployment.

template:
  path: "/etc/binderhub/templates/templates"
  static:
    path: "/etc/binderhub/templates/static"
    urlPrefix: extra_static/

initContainers:
  - name: git-clone-templates
    image: alpine/git
    args:
      - clone
      - --single-branch
      - --branch=master
      - --
      - https://github.com/pangeo-data/pangeo-custom-binderhub-templates.git
      - /etc/binderhub/templates
    securityContext:
      runAsUser: 0
    volumeMounts:
      - name: custom-templates
        mountPath: /etc/binderhub/templates
extraVolumes:
  - name: custom-templates
    emptyDir: {}
extraVolumeMounts:
  - name: custom-templates
    mountPath: /etc/binderhub/templates

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published