Skip to content

Commit

Permalink
🐛 do not crash on failure to report state (#990)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Jan 5, 2024
1 parent b826218 commit 9bd4b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mondoo-operator/operator/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func init() {
err = checkForTerminatedState(ctx, client, v, setupLog)
if err != nil {
setupLog.Error(err, "unable to check for terminated state of mondoo-operator-controller")
return err
}

if err = resource_monitor.RegisterResourceMonitors(mgr, scanApiStore); err != nil {
Expand Down

0 comments on commit 9bd4b8d

Please sign in to comment.