We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa2651 + 48512bd commit 417afaaCopy full SHA for 417afaa
config/clusters/earthscope/staging.values.yaml
@@ -30,6 +30,21 @@ basehub:
30
2i2c/hub-name: staging
31
extraEnv:
32
SCRATCH_BUCKET: s3://earthscope-scratch-staging/$(JUPYTERHUB_USER)
33
+ initContainers:
34
+ - name: jupyterhub-gitpuller-init
35
+ image: public.ecr.aws/nasa-veda/jupyterhub-gitpuller-init:97eb45f9d23b128aff810e45911857d5cffd05c2
36
+ env:
37
+ - name: TARGET_PATH
38
+ value: geolab-docs
39
+ - name: SOURCE_REPO
40
+ value: https://github.com/EarthScope/GeoLab
41
+ volumeMounts:
42
+ - name: home
43
+ mountPath: /home/jovyan
44
+ subPath: '{escaped_username}'
45
+ securityContext:
46
+ runAsUser: 1000
47
+ runAsGroup: 1000
48
dask-gateway:
49
gateway:
50
backend:
0 commit comments