diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 52b386d90c3f9b8ab326642873d8984e60c83b10..403d4725c62a9292011d9f612d9495cd539873e3 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -246,7 +246,7 @@ hub: "args": ["bearer_token_command=cat " + token_path], "env": [ {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, - {"name": "WEBDAV_VENDOR", "value": "other"}, + {"name": "WEBDAV_VENDOR", "value": "owncloud"}, # XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret # quicker directory cache and polling {"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"}, @@ -263,11 +263,6 @@ hub: "capabilities": {"add": ["SYS_ADMIN"]}, }, "volumeMounts": volume_mounts, - "lifecycle": { - "preStop": { - "exec": {"command": ["fusermount", "-u", "-z", "/owncloud"]} - }, - }, } ) diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 9340778bc8bbb1f03db3ddf0272b558f17af2049..e342db0e7f3801d28328f2fb7440d014150376c0 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -270,7 +270,7 @@ hub: "args": ["bearer_token_command=cat " + token_path], "env": [ {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, - {"name": "WEBDAV_VENDOR", "value": "other"}, + {"name": "WEBDAV_VENDOR", "value": "owncloud"}, # XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret # quicker directory cache and polling {"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"}, @@ -287,11 +287,6 @@ hub: "capabilities": {"add": ["SYS_ADMIN"]}, }, "volumeMounts": volume_mounts, - "lifecycle": { - "preStop": { - "exec": {"command": ["fusermount", "-u", "-z", "/owncloud"]} - }, - }, } )