Skip to content

Commit 99e2d0a

Browse files
authored
Delete app note (#842)
* Update manage-application.md * Add section on delete app in Argo UI Added section on the behavior when deleting apps from Argo CD UI * Update manage-application.md * Update manage-application.md
1 parent 12800a6 commit 99e2d0a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

_docs/deployments/gitops/manage-application.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,21 @@ The table describes the options for the `Rollout` resource.
500500
|**Skip-current-step** | Skip executing the current step, and continue with the next step. |
501501

502502
## Delete Argo CD applications
503-
Delete an Argo CD application from Codefresh. Deleting an application deletes the manifest from the Git repository, and then from the cluster where it is deployed. When deleted from the cluster, the application is removed from the GitOps Apps dashboard in Codefresh.
504-
505-
>**Prune resources** in the application's General settings determines the scope of the delete action.
503+
Delete an Argo CD application from Codefresh. Deleting an application deletes the manifest from the Git repository, and then from the cluster where it is deployed. When deleted from the cluster, the application is removed from the GitOps Apps dashboard in Codefresh.
504+
505+
**Prune resources settings**
506+
**Prune resources** in the application's General settings determines the scope of the delete action.
506507
When selected, both the application and its resources are deleted. When cleared, only the application is deleted. For more information, review [Sync settings]({{site.baseurl}}/docs/deployments/gitops/create-application/#sync-settings).
507508
Codefresh warns you of the implication of deleting the selected application in the Delete form.
508509

510+
**Deleting applications in Argo CD**
511+
When you delete Argo CD applications in the Argo CD UI, you may still see them in Codefresh's GitOps Apps dashboard.
512+
513+
Codefresh employs a validation mechanism to detect applications deleted from Argo CD and to remove them from the GitOps Apps dashboard.
514+
If the application continues to be displayed in the dashboard after it was deleted in Argo CD, it could be that the application hasn't been deleted from the cluster. It is essential to investigate further and check for conditions or settings preventing the application's deletion.
515+
516+
517+
**How to**
509518
1. In the Codefresh UI, from Ops in the sidebar, select [GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
510519
1. Select the application to delete.
511520
1. Click the three dots for additional actions, and select **Delete**.

0 commit comments

Comments
 (0)