From 0165a2f3cfea4b47d89ba65a720685912a0c5aae Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:06:10 -0600 Subject: [PATCH] adding argo server url --- healdata.org/manifest.json | 3 +++ preprod.healdata.org/manifest.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/healdata.org/manifest.json b/healdata.org/manifest.json index 007a2b0a11..49d9553517 100644 --- a/healdata.org/manifest.json +++ b/healdata.org/manifest.json @@ -115,5 +115,8 @@ }, "canary": { "default": 0 + }, + "argo": { + "argo_server_service_url": "http://argo-argo-workflows-server.argo.svc.cluster.local:2746" } } diff --git a/preprod.healdata.org/manifest.json b/preprod.healdata.org/manifest.json index 872bbdb5f4..5433321fa9 100644 --- a/preprod.healdata.org/manifest.json +++ b/preprod.healdata.org/manifest.json @@ -115,5 +115,8 @@ }, "canary": { "default": 0 + }, + "argo": { + "argo_server_service_url": "http://argo-argo-workflows-server.argo.svc.cluster.local:2746" } }