From 79f87233fdf974f91621347ff1c3f66f00c8ec35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Fri, 15 Nov 2024 13:27:48 +0000
Subject: [PATCH] Onedata not used on ENVRI-Hub yet

---
 envri-hub/deployments/envri-hub.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/envri-hub/deployments/envri-hub.yaml b/envri-hub/deployments/envri-hub.yaml
index 016b773..68776e3 100644
--- a/envri-hub/deployments/envri-hub.yaml
+++ b/envri-hub/deployments/envri-hub.yaml
@@ -89,8 +89,8 @@ hub:
       admin_access: true
       authenticate_prometheus: false
       authenticator_class: egi_notebooks_hub.egiauthenticator.EGICheckinAuthenticator
-      spawner_class: egi_notebooks_hub.onedata.OnedataSpawner
-    OnedataSpawner:
+      spawner_class: egi_notebooks_hub.egispawner.EGISpawner
+    EGISpawner:
       http_timeout: 60
       token_mount_path: "/var/run/secrets/oidc/"
       args:
-- 
GitLab