Skip to content

Commit

Permalink
Empty revisions in status for some of Succeded models (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Oct 19, 2020
1 parent 1dac103 commit 1f0cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crd/pod/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub async fn monitor_pods(controller: &Controller) -> () {
None
}
},
None => Some(ModelStatus::default()),
None => None,
};
if let Some(new_status) = new_model_status {
update_model_status(
Expand Down

0 comments on commit 1f0cc0e

Please sign in to comment.