Skip to content

Commit

Permalink
add devbox phase and controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bearslyricattack committed Sep 5, 2024
1 parent 00dadf3 commit b6f8c6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ func (r *DevboxReconciler) syncPod(ctx context.Context, devbox *devboxv1alpha1.D
}
}
_ = r.Delete(ctx, &podList.Items[0])
devbox.Status.Phase = devboxv1alpha1.DevboxPhaseStopped
return r.updateDevboxCommitHistory(ctx, devbox, &podList.Items[0])
}
}
Expand Down

0 comments on commit b6f8c6f

Please sign in to comment.