Closed
Description
From Ada Logics
In the following code, the
auto.Spec.Updateis not needed, and if indeedauto.Spec.Updatewas nil then the first conditional statement would be panic due to a nil-dereference.
image-automation-controller/controllers/imageupdateautomation_controller.go
Lines 253 to 264 in 7ec4e61
Recommendation
Remove unnecessary code.