Skip to content

Commit

Permalink
asdfgh
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanks committed Feb 7, 2025
1 parent b0740db commit 2039b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func newUpgradeJobSpec(master *v1alpha1.CDAPMaster, name string, labels map[stri
s.StartTimeMs = startTimeMs
s.CConf = cconf
s.HConf = hconf
s.SkipPreUpgradeFlag = master.Spec.Config[confSkipPreUpgradeFlag]
s.SkipPreUpgradeFlag = (master.Spec.Config[confSkipPreUpgradeFlag] == "true")
s.SkipPreUpgrade = false
return s
}
Expand Down

0 comments on commit 2039b0f

Please sign in to comment.