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
* Add new task to rename appsetAdded new procedure and screenshots for renaming appset* Update rename applicationsetUpdated change owner command and added required screenshots* Update manage-application.mdAdded link to rename app set in overview* Update manage-application.mdFixed command* Update manage-application.md* Update manage-application.md* Update manage-application.md
alt="Rename ApplicationSet and comment out sync options"
590
+
caption="Rename ApplicationSet and comment out sync options"
591
+
max-width="50%"
592
+
%}
593
+
594
+
{:start="5"}
595
+
1. Go back to the**GitOps Apps** dashboard in the Codefresh UI, and verify that the**Current State** tab displays the renamed ApplicationSet.
596
+
As you can see in the picture below, the Current State tab displays the new ApplicationSet, but the applications still point to the old ApplicationSet.
alt="Renamed ApplicationSet as new ApplicationSet in Current State tab"
604
+
caption="Renamed ApplicationSet as new ApplicationSet in Current State tab"
605
+
max-width="50%"
606
+
%}
607
+
608
+
{:start="6"}
609
+
1. Go to the cluster with the applications, and change Owner Reference of the existing applications to point them to the new ApplicationSet by running:
*`<namespace>` is the namespace on the cluster where the applications are deployed, for example,`argocd`.
615
+
*`<orginal-appset-name>` is the_old name_ of the ApplicationSet, for example,`"example-appset-v4"`.
616
+
*`<new-appset-name>` is the_new name_ of the renamed ApplicationSet, for example,`"example-appset-v5"`.
617
+
618
+
{:start="7"}
619
+
1. Go back to the GitOps dashboard in the Codefresh UI, and in the Current State tab make sure that the applications are now linked to the renamed (new) ApplicationSet.
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.