-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Delete request does not include name in the path #41
Comments
Oof... big ooooops! I recall notice and fixing this... but... this stripping should actually be on the :delete_all funciton. I'll fix asap. |
Just remembered. Fixed on a branch I didn't think would take so long to finish... I will fix and release asap. |
Thank you! |
@jonatanklosko Shall I provide a PR for updating livebook or are you going to do it? |
@mruoss already updated, thanks :) |
I've just noticed that removing a PVC actually removes all PVC in the same namespace. I think the reason is that the URL doesn't include name, so it's a batch delete:
kubereq/lib/kubereq/step/operation.ex
Line 72 in 3caf572
The text was updated successfully, but these errors were encountered: