From a0741a12c94ba2159277d340b9357c574206a152 Mon Sep 17 00:00:00 2001 From: Sven Thoms <21118431+shalberd@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:44:42 +0200 Subject: [PATCH] jupyter tile added Gi postfix in odh-dashboard/backend/src/utils/notebookUtils.ts to assemblePvc storage field value --- backend/src/utils/notebookUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/utils/notebookUtils.ts b/backend/src/utils/notebookUtils.ts index 32512311bd..af175517ea 100644 --- a/backend/src/utils/notebookUtils.ts +++ b/backend/src/utils/notebookUtils.ts @@ -626,7 +626,7 @@ const assemblePvc = ( accessModes: ['ReadWriteOnce'], resources: { requests: { - storage: pvcSize, + storage: `${pvcSize}Gi`, }, }, volumeMode: 'Filesystem',