Skip to content

Commit

Permalink
fix status remove functionality in operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Nov 15, 2018
1 parent 9363930 commit ec2ebc4
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 ec2ebc4

Please sign in to comment.