chore(ui): fix Incorrect links to applications managed by other argo instances (#23266)

Signed-off-by: Atif Ali <atali@redhat.com>
This commit is contained in:
Atif Ali
2025-10-14 21:38:14 -04:00
committed by GitHub
parent b74cf4563b
commit 4a71661dbe
25 changed files with 1024 additions and 206 deletions

View File

@@ -11,4 +11,6 @@ const (
// absolute path means an absolute path within the repository and the relative path is relative to the application
// source path within the repository.
AnnotationKeyManifestGeneratePaths = "argocd.argoproj.io/manifest-generate-paths"
// AnnotationKeyManagedByURL contains the URL of the Argo CD instance managing the application
AnnotationKeyManagedByURL = "argocd.argoproj.io/managed-by-url"
)