From 28b6fed4c7772e3fe7ac8f8fcf26d7dc46ead037 Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Mon, 24 Jun 2024 22:12:02 -0500 Subject: [PATCH] Highlighting current phase --- docs/AppFramework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AppFramework.md b/docs/AppFramework.md index ba8af40f3..2072042ba 100644 --- a/docs/AppFramework.md +++ b/docs/AppFramework.md @@ -716,7 +716,7 @@ The field `cr.status.AppDeploymentContext.AppsSrcDeployStatus` stores the AppFra ### App Framework Phase Information -The process of installing an application is divided into multiple sequential phases. Each Application has its current phase information stored in the field `cr.status.AppDeploymentContext.AppsSrcDeployStatus.AppDeploymentInfo.PhaseInfo`. +The process of installing an application is divided into multiple sequential phases. Each Application has its `current` phase information stored in the field `cr.status.AppDeploymentContext.AppsSrcDeployStatus.AppDeploymentInfo.PhaseInfo`. Here is a detailed chronological view of the list of phases.