From 4678dfab94534473d9c72f085f4c9f905ef2941f Mon Sep 17 00:00:00 2001 From: Tomas Coufal Date: Thu, 21 Jan 2021 16:36:19 +0100 Subject: [PATCH] feat: Update Argo route to argo-server Signed-off-by: Tomas Coufal --- routes/api/components/available-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/components/available-components.js b/routes/api/components/available-components.js index c1bae7d130..558d2b928d 100644 --- a/routes/api/components/available-components.js +++ b/routes/api/components/available-components.js @@ -14,7 +14,7 @@ module.exports = [ label: "Argo", description: "Kubernetes native workflows, events, CI and CD", kfdefApplications: ["odhargo-cluster", "odhargo"], - route: "argo-portal", + route: "argo-server", img: "images/argo.svg", docsLink: "https://argoproj.github.io/", },