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

@@ -229,6 +229,7 @@ const (
// AnnotationKeyAppSkipReconcile tells the Application to skip the Application controller reconcile.
// Skip reconcile when the value is "true" or any other string values that can be strconv.ParseBool() to be true.
AnnotationKeyAppSkipReconcile = "argocd.argoproj.io/skip-reconcile"
// LabelKeyComponentRepoServer is the label key to identify the component as repo-server
LabelKeyComponentRepoServer = "app.kubernetes.io/component"
// LabelValueComponentRepoServer is the label value for the repo-server component