Skip to content

Commit

Permalink
Merge pull request #7540 from uc-cdis/feat/argo-fix
Browse files Browse the repository at this point in the history
adding argo server url
  • Loading branch information
EliseCastle23 authored Jun 26, 2024
2 parents 52a6405 + 37355fd commit f329664
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions healdata.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,8 @@
},
"canary": {
"default": 0
},
"argo": {
"argo_server_service_url": "http://argo-argo-workflows-server.argo.svc.cluster.local:2746"
}
}
3 changes: 2 additions & 1 deletion healdata.org/manifests/argo/argo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"downloadable-s3-bucket": "argo-artifact-storage-downloadable-healprod",
"indexd_admin_user": "fence",
"environment": "default",
"pvc": "parallel-test-pvc"
"pvc": "parallel-test-pvc",
"argo_namespace": "argo"
}
3 changes: 3 additions & 0 deletions preprod.healdata.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,8 @@
},
"canary": {
"default": 0
},
"argo": {
"argo_server_service_url": "http://argo-argo-workflows-server.argo.svc.cluster.local:2746"
}
}
3 changes: 2 additions & 1 deletion preprod.healdata.org/manifests/argo/argo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"downloadable-s3-bucket": "argo-artifact-storage-downloadable-healprod",
"indexd_admin_user": "fence",
"environment": "healpreprod",
"pvc": "parallel-test-pvc"
"pvc": "parallel-test-pvc",
"argo_namespace": "argo"
}

0 comments on commit f329664

Please sign in to comment.