Skip to content

Commit

Permalink
Changed config for extractor to AP job (#653)
Browse files Browse the repository at this point in the history
* Changed config for extractor to AP job

* Update helm_deploy/use-of-force/Chart.yaml

* Update helm_deploy/use-of-force/Chart.yaml

* Update helm_deploy/use-of-force/Chart.yaml

* Update helm_deploy/use-of-force/Chart.yaml

* Only defined env vars for dev

* Update helm_deploy/values-dev.yaml
  • Loading branch information
murdo-moj authored Oct 27, 2023
1 parent ff77d25 commit 7f325e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ env:
COMPONENT_API_URL: "https://frontend-components-dev.hmpps.service.justice.gov.uk"
ENVIRONMENT_NAME: 'DEV'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-dev.hmpps.service.justice.gov.uk

generic-data-analytics-extractor:
image:
tag: 1.2.0
args: "extract_table_names.py && extract_psql_all_tables_to_csv.sh && upload_data_file_to_data_platform.sh"

0 comments on commit 7f325e1

Please sign in to comment.