Skip to content

Commit

Permalink
adding argo to healdata.org and preprod.healdata.org (#5580)
Browse files Browse the repository at this point in the history
* adding argo to healdata.org and preprod.healdata.org

* removing argo-wrapper service from both environments for now
  • Loading branch information
EliseCastle23 authored Jan 21, 2023
1 parent 56b423c commit c389949
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -9246,5 +9250,5 @@
}
]
},
"generated_at": "2023-01-19T18:48:59Z"
"generated_at": "2023-01-20T22:04:24Z"
}
9 changes: 9 additions & 0 deletions healdata.org/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scaling_groups" : {
"Devops testing": "workflow"},
"internal-s3-bucket": "gen3-argo-205252583234-healprod",
"s3-bucket": "argo-artifact-storage-downloadable-healprod",
"indexd_admin_user": "fence",
"environment": "default",
"pvc": "parallel-test-pvc"
}
9 changes: 9 additions & 0 deletions preprod.healdata.org/manifests/argo/argo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scaling_groups" : {
"Devops testing": "workflow"},
"internal-s3-bucket": "gen3-argo-205252583234-healprod",
"s3-bucket": "argo-artifact-storage-downloadable-healprod",
"indexd_admin_user": "fence",
"environment": "healpreprod",
"pvc": "parallel-test-pvc"
}

0 comments on commit c389949

Please sign in to comment.