Skip to content

Commit

Permalink
Only defined env vars for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj authored Oct 27, 2023
1 parent c6066e1 commit cd4acd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm_deploy/use-of-force/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ dependencies:
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-data-analytics-extractor
version: 0.1.3
image:
tag: 1.2.0
repository: https://ministryofjustice.github.io/hmpps-helm-charts
args: "extract_table_names.py && extract_psql_all_tables_to_csv.sh && upload_data_file_to_data_platform.sh"
5 changes: 5 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ 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 cd4acd7

Please sign in to comment.