Skip to content

Instantly share code, notes, and snippets.

@fifar
Last active June 5, 2020 07:30
Show Gist options
  • Save fifar/d2ea50483ac4ada2e0b3954f92ee6b31 to your computer and use it in GitHub Desktop.
Save fifar/d2ea50483ac4ada2e0b3954f92ee6b31 to your computer and use it in GitHub Desktop.
singleuser storage in config.yaml
singleuser:
storage:
homeMountPath: '/home/tubi/notebooks/{username}'
type: "static"
static:
pvcName: "efs-persist"
subPath: 'home/{username}'
extraVolumeMounts:
- name: home
mountPath: /home/tubi/notebooks/shared
subPath: shared/notebooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment