From 4ca0034973d4746b5b68f22a1f9d63f1dd16cc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Mon, 22 Apr 2024 19:49:48 +0000 Subject: [PATCH] Switch to EOSC testing owncloud --- cesnet-central/deployments/fullhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 73a29ad..373f9ec 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://webdav.egi.zcu.cz/webdav-oidc"}, + {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/dav/"}, {"name": "WEBDAV_VENDOR", "value": "other"}, {"name": "MOUNT_PATH", "value": "/owncloud"}, ], -- GitLab