fix(nb): fixed missing reference in crud-web-apps volumes backend#770
fix(nb): fixed missing reference in crud-web-apps volumes backend#770mathis-marcotte wants to merge 1 commit intokubeflow:notebooks-v1from
Conversation
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This pull request has been automatically marked as stale because it has not had recent activity. Members may comment |
|
/lifecycle frozen |
|
@mathis-marcotte: The DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I noticed that the "delete_pvc" endpoint was referencing a missing value from the "viewer_utils" import.
When running that code, it would result in this error:
So I replaced it for a value that does exist. Please confirm if this was the original intent for this warning log.
Original PR here: kubeflow/kubeflow#7718