diff --git a/demo/deployments/hub.yaml b/demo/deployments/hub.yaml index 92810d14bdb3bde03706f80b43ce5f45a5ddb9fd..b45ca65f807782e82279cd01330825db4dd6ffbc 100644 --- a/demo/deployments/hub.yaml +++ b/demo/deployments/hub.yaml @@ -69,7 +69,7 @@ singleuser: defaultUrl: "/lab" image: name: valtri/single-user - tag: "jupyter-4e" + tag: "jupyter-4e-noncollab" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > @@ -257,8 +257,8 @@ hub: "env": [ {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, {"name": "WEBDAV_VENDOR", "value": "other"}, - # XXX: troubles with modification time in ownCloud - {"name": "MOUNT_OPTS", "value": "--no-modtime"}, + # XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret + {"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770"}, {"name": "MOUNT_PATH", "value": "/owncloud"}, ], "resources": self.sidecar_resources,