Skip to content

Commit

Permalink
making changes for heal pre-prod to use IRSA for the batch-export job (
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Nov 12, 2024
1 parent 21c4837 commit c49c648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
11 changes: 1 addition & 10 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -7756,15 +7756,6 @@
"line_number": 6
}
],
"preprod.healdata.org/manifest.json": [
{
"type": "Secret Keyword",
"filename": "preprod.healdata.org/manifest.json",
"hashed_secret": "ae4a2a671a528744059cd818de9af9e13005563b",
"is_verified": false,
"line_number": 81
}
],
"preprod.healdata.org/manifests/hatchery/hatchery.json": [
{
"type": "Base64 High Entropy String",
Expand Down Expand Up @@ -9588,5 +9579,5 @@
}
]
},
"generated_at": "2024-11-07T16:06:43Z"
"generated_at": "2024-11-12T19:58:12Z"
}
26 changes: 10 additions & 16 deletions preprod.healdata.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@
{
"name": "batch-export",
"action": "batch-export",
"serviceAccountName": "batch-export-sa",
"activeDeadlineSeconds": 600,
"container": {
"name": "job-task",
"image": "quay.io/cdis/batch-export:2024.10",
"image": "quay.io/cdis/batch-export:feat_GPE-1219",
"pull_policy": "Always",
"labels": {
"internet": "yes"
Expand All @@ -61,27 +62,20 @@
"key": "hostname"
}
}
}
],
"volumeMounts": [
},
{
"name": "batch-export-creds-volume",
"readOnly": true,
"mountPath": "/batch-export-creds.json",
"subPath": "config.json"
"name": "BUCKET",
"valueFrom": {
"configMapKeyRef": {
"name": "batch-export-g3auto",
"key": "bucket_name"
}
}
}
],
"cpu-limit": "1",
"memory-limit": "1Gi"
},
"volumes": [
{
"name": "batch-export-creds-volume",
"secret": {
"secretName": "batch-export-g3auto"
}
}
],
"restart_policy": "Never"
}
],
Expand Down

0 comments on commit c49c648

Please sign in to comment.