Skip to content

Commit

Permalink
backend constants change DEFAULT_PVC_SIZE to string
Browse files Browse the repository at this point in the history
  • Loading branch information
shalberd committed Jul 31, 2023
1 parent 3216f87 commit bd41ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const blankDashboardCR: DashboardConfig = {
};

export const MOUNT_PATH = '/opt/app-root/src';
export const DEFAULT_PVC_SIZE = '20';
export const DEFAULT_PVC_SIZE = '20Gi';

export const DEFAULT_NOTEBOOK_SIZES: NotebookSize[] = [
{
Expand Down

0 comments on commit bd41ac3

Please sign in to comment.