Skip to content

Commit

Permalink
jupyter tile added Gi postfix in odh-dashboard/backend/src/utils/note…
Browse files Browse the repository at this point in the history
…bookUtils.ts to assemblePvc storage field value
  • Loading branch information
shalberd committed Jul 31, 2023
1 parent 2992130 commit a0741a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/notebookUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ const assemblePvc = (
accessModes: ['ReadWriteOnce'],
resources: {
requests: {
storage: pvcSize,
storage: `${pvcSize}Gi`,
},
},
volumeMode: 'Filesystem',
Expand Down

0 comments on commit a0741a1

Please sign in to comment.