You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nil/null checks to image registry secret decode
The MCO pod can sometimes panic early on, seemingly with an empty docker
config json. Not sure if it's the json null literal, or if the decode
removed unknown fields to end up empty, so adding a check for both.
0 commit comments