Skip to content

Commit

Permalink
Merge pull request #300 from cliveseldon/status_update_fix
Browse files Browse the repository at this point in the history
fix status remove functionality in operator
  • Loading branch information
ukclivecox authored Nov 15, 2018
2 parents b406c23 + ec2ebc4 commit aedeb26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public void removeStatus(String mlDepName, String depName) {
mlBuilder.getStatusBuilder().removePredictorStatus(idx);
break;
}
idx++;
}
crdHandler.updateSeldonDeploymentStatus(mlBuilder.build());
}
Expand Down

0 comments on commit aedeb26

Please sign in to comment.