mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user