Skip to content

Commit

Permalink
Added fix for clashing zombie webhook (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored Aug 8, 2022
1 parent 7d0be16 commit c4e51d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/scripts/test_operator_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ def _install_namespace_scoped():

assert_model_during_op(_install_namespace_scoped, "mymodel", namespace)

# Delete all resources (webhooks, etc.) before deleting namespace
retry_run(f"helm delete seldon --namespace {namespace}")


@pytest.mark.sequential
@pytest.mark.parametrize("seldon_version", SELDON_VERSIONS_TO_TEST, indirect=True)
Expand Down

0 comments on commit c4e51d8

Please sign in to comment.