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
1. From the**List View** (the default), select the Runtime with the Git Source, and thenselect the**Git Sources** tab.
337
-
1.In therow withthe Git Source to edit, from the context menuselect**Details**.
338
-
1.In the panel that appears, click**Edit**.
336
+
1. From the sidebar, select**GitOps Runtimes**.
337
+
1. From the**List View** (the default), select the Runtime with the Git Source, and thenclick the**Git Sources** tab.
338
+
1.From thecontext menu ofthe Git Source,select**Edit**.
339
+
1.Change as needed and select**Save**.
339
340
340
341
<!---
341
342
{% include
@@ -351,10 +352,28 @@ You cannot change the name and type of the Git Source.
351
352
1. Update **Source**, **Destination**, and **Include** and **Exclude** definitions for the Git Source, and select **Save**.
352
353
-->
353
354
354
-
<!---## DeleteaGitSource
355
-
Delete a Git Source
355
+
##Delete GitSources
356
+
Delete a Git Sourcefrom a GitOps Runtime whenever needed. You may want to delete a Git Source that is empty or no longer associated with active applications.
356
357
357
-
-->
358
+
>**NOTE**
359
+
Only account administrators can delete Git Sources.
360
+
361
+
#####Effect on applications and resources
362
+
Deleting a Git Source impacts all applications and resources associated with it.
363
+
Whether an application or a resource is deleted depends on the presence of the`resources-finalizer.argocd.argoproj.io` finalizer in its**_parent application manifest_**.
364
+
365
+
***Git Source and linked applications**
366
+
By default, the Git Source includes the`resources-finalizer.argocd.argoproj.io` finalizer. This means that when you delete the Git Source, all linked applications and their manifests are removed from both the Codefresh UI and the cluster.
367
+
368
+
***Resources associated with applications**
369
+
Resources associated with applications are deleted**_only if the manifests of their parent applications_** contain the`resources-finalizer.argocd.argoproj.io` finalizer. If the finalizer is absent, the resources remain in the cluster even after the application is deleted.
370
+
371
+
#####How to
372
+
1. In the Codefresh UI, on the toolbar, click the**Settings** icon.
373
+
1. From the sidebar, select**GitOps Runtimes**.
374
+
1. From the**List View** (the default), select the Runtime with the Git Source, and then click the**Git Sources** tab.
375
+
1. From the context menu of the Git Source, select**Delete**.