diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 373f9ec1d3dec24be5f9cf561bf22839a78be389..61f0998eea8ec15a9fc66dda99fc2930d7a2ff07 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -231,7 +231,7 @@ hub: "image": "valtri/webdav-rclone-sidecar:sha-1e36c50", "args": ["bearer_token_command=cat " + token_path], "env": [ - {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/dav/"}, + {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, {"name": "WEBDAV_VENDOR", "value": "other"}, {"name": "MOUNT_PATH", "value": "/owncloud"}, ],