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.mdAdded task on external link annotations* Add external linksAdded section on viewing and accessing external links* Update applications-dashboard.md
@@ -477,6 +478,46 @@ caption="Current State filtered by IgnoreExtraneous resources"
477
478
max-width="50%"
478
479
%}
479
480
481
+
###Access external links
482
+
If your Kubernetes resources have annotations that define external links, the {::nomarkdown}<img src="../../../../images/icons/external-link-resources.png" display=inline-block">{:/} is displayed below the context menu of the resource. Clicking the icon shows the list of external links configured for the resource.
483
+
484
+
>**NOTE**
485
+
This feature requires GitOps Runtime chart version 0.10.0.
For more details on this feature, see [Argo CD's documentation on Adding external URLs](https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/){:target="\_blank"}.
520
+
480
521
### Delete application resources
481
522
Delete specific resources in an application directly from the Codefresh UI.
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/manage-application.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -705,6 +705,25 @@ Codefresh warns you of the implication of deleting the selected application in t
705
705
1. To confirm, click **Commit & Delete**.
706
706
707
707
708
+
## Add external links to application resources
709
+
Add external links to application resources through annotations to view and access them directly from the Current State's Tree view.
710
+
External links include links to dashboards such as monitoring dashboards, documentation, or any other external resource you think is relevant to the resource.
711
+
712
+
See Argo CD's documentation on [Adding external URL](https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/){:target="\_blank"}.
713
+
714
+
715
+
1. From the sidebar, select GitOps Apps, and then select the application for which to add external links.