You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/manage-application.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -500,12 +500,21 @@ The table describes the options for the `Rollout` resource.
500
500
|**Skip-current-step**| Skip executing the current step, and continue with the next step. |
501
501
502
502
## 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.
506
507
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).
507
508
Codefresh warns you of the implication of deleting the selected application in the Delete form.
508
509
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**
509
518
1. In the Codefresh UI, from Ops in the sidebar, select [GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
510
519
1. Select the application to delete.
511
520
1. Click the three dots for additional actions, and select **Delete**.
0 commit comments