Skip to content

Commit

Permalink
Unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 22, 2024
1 parent cb6b21c commit 65666f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func chooseUpdateFlow(spec ytv1.YtsaurusSpec, needUpdate []components.Component)
allNamesNeedingUpdate := getComponentNames(needUpdate)

// Fallback to EnableFullUpdate field.
if configuredSelector == ytv1.UpdateSelectorNone {
if configuredSelector == ytv1.UpdateSelectorUnspecified {
if statefulNeedUpdate {
if isFullUpdateEnabled {
return updateMeta{flow: ytv1.UpdateFlowFull, componentNames: nil}, ""
Expand Down

0 comments on commit 65666f2

Please sign in to comment.