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
azurepathfix: continue reconciliation when storage isn't configured
remove early return when .status.storage.azure is unset. this property
is cleared up when the operator managementState is set to Removed, and
in such cases the early return would stop the controller from clearing
up the conditions and deleting the job. without this check the
controller can still do its job, even when managementState is Removed.
0 commit comments