-
Notifications
You must be signed in to change notification settings - Fork 68
fix(nb): fix default workspace volume name to match default configs #568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: notebooks-v1
Are you sure you want to change the base?
fix(nb): fix default workspace volume name to match default configs #568
Conversation
…t configs Signed-off-by: Mathis Marcotte <84033116+mathis-marcotte@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/area v1 |
|
Hi @mathis-marcotte - do you think as part of this change you could add an assertion (or provide a new test entirely) here to validate this change as well? Thanks for the contribution as well as re-opening on this "new" repo! |
|
Hi @andyatmiami, |
|
thank you for making this addition.. i'm a little back-logged on my PR reviewing - but would expect to be able to focus on this mid-next week. will be in touch! |

Small fix to improve consistency in the default workspace volume name when creating a new Notebook.
I noticed that on initial load of the crud-web-apps/jupyter form, the default workspace volume name was "{notebook-name}-workspace".
But if you deleted that workspace volume, and then re-added a workspace volume to the Notebook you are creating, then the workspace volume name was "{notebook-name}-volume".
This PR is to FIX the default name of the workspace volume to always follow the same standard of "{notebook-name}-workspace" to match with the default configs.
Original PR here: kubeflow/kubeflow#7705