Hi @manics have created PV and PVC and it works fine, but when I try to mount it under /home, the spawn of the singleuser container fails due to impossibility of creation of /home/jovyan
2020-09-28 13:56:58+00:00 [Warning] Error: failed to start container "notebook": Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"mkdir /home/jovyan: permission denied\"": unknown
I am not sure at which point it is trying to create default user’s home, the helm chart looks like:
extraEnv:
CHOWN_HOME: 'yes'
uid: 0
fsGid: 0
serviceAccountName:
storage:
type: static
extraLabels: {}
static:
pvcName: pvc-nfs-home
subPath: 'home/{username}'
capacity: 10Gi
homeMountPath: /home