diff --git a/scheduler/reconcile.go b/scheduler/reconcile.go index 43a73a210..871cceede 100644 --- a/scheduler/reconcile.go +++ b/scheduler/reconcile.go @@ -327,6 +327,7 @@ func (a *allocReconciler) computeGroup(group string, all allocSet) bool { dstate = &structs.DeploymentState{} if tg.Update != nil { dstate.AutoRevert = tg.Update.AutoRevert + dstate.AutoPromote = tg.Update.AutoPromote dstate.ProgressDeadline = tg.Update.ProgressDeadline } }