Open carsonoid opened 2 years ago
I like this, potentially as a part of UI Extensions support. Except I think I'd want the extensions framework to provide a "node" hook to add something to the UI, and leave it up to the extension code to decide what resource defines that node (e.g. it could simply be a ConfigMap which is annotated to not show up in the normal resource tree).
@zachaller you might find this interesting.
Yea @crenshaw-dev I think this is one extra data point for our UI v2 extensions framework it would support things like the and more.
Something like this could also be useful, perhaps cleaner than putting it alongside the resources:
In our case we have our application manifests in a separate repo than the application source code, and would like to be able to link to the source code from ArgoCD directly.
Summary
Add support for customized tiles in an application via a CRD. This issue continues the logical "phase 2" of #3487
Motivation
In may case, the Argo application is the jumping off point for a service. It would be nice to make it easy to add more context and data on the page without having to tie it to a Kubernetes resource.
Proposal
Right now individual resources have the ability to generate links in an Application dashboard via annotations.
However, there are often links that aren't specifically related to dashboards and rather just belong to the app itself. Things like monitoring dashboards or documentation.
It would be really nice to be able to provide these kinds of links and extra data on a dashboard via CRD. The CRDs here effectively act as a simple data source for the UI.
I think it would make sense for these extra tiles to show up above or below the main "app" tile.
Low effort mock-up: