Skip to content

Commit

Permalink
feat(dask): fix middleware deletion (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Sep 11, 2024
1 parent fe1bf07 commit e69a39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_workflow_controller/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def delete_dask_dashboard_ingress(cluster_name, workflow_id):
name=cluster_name, namespace="default", body=client.V1DeleteOptions()
)
current_k8s_custom_objects_api_client.delete_namespaced_custom_object(

Check warning on line 473 in reana_workflow_controller/k8s.py

View check run for this annotation

Codecov / codecov/patch

reana_workflow_controller/k8s.py#L473

Added line #L473 was not covered by tests
group="traefik.containo.us",
group="traefik.io",
version="v1alpha1",
namespace="default",
plural="middlewares",
Expand Down

0 comments on commit e69a39d

Please sign in to comment.