Skip to content

Commit

Permalink
MAP-1548 correct mistakes in helm config (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema authored Sep 17, 2024
1 parent 8b4b9c7 commit b3bd41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ingress:
env:
NOMIS_AUTH_URL: https://sign-in-dev.hmpps.service.justice.gov.uk/auth
PRISON_API_URL: https://prison-api-dev.prison.service.justice.gov.uk
LOCATIONS_INSIDE_PRISON_API_URL: https://locations-inside-prison-api.hmpps.service.justice.gov.uk
LOCATIONS_INSIDE_PRISON_API_URL: https://locations-inside-prison-api-dev.hmpps.service.justice.gov.uk
NOMIS_MAPPING_API_URL: https://nomis-sync-prisoner-mapping-dev.hmpps.service.justice.gov.uk
PRISONER_SEARCH_API_URL: https://prisoner-search-dev.prison.service.justice.gov.uk
EXIT_LOCATION_URL: https://digital-dev.prison.service.justice.gov.uk/
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ingress:
env:
NOMIS_AUTH_URL: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth
PRISON_API_URL: "https://prison-api-preprod.prison.service.justice.gov.uk"
LOCATIONS_INSIDE_PRISON_API_URL: locations-inside-prison-api-preprod.hmpps.service.justice.gov.uk
LOCATIONS_INSIDE_PRISON_API_URL: https://locations-inside-prison-api-preprod.hmpps.service.justice.gov.uk
NOMIS_MAPPING_API_URL: https://nomis-sync-prisoner-mapping-preprod.hmpps.service.justice.gov.uk
PRISONER_SEARCH_API_URL: https://prisoner-search-preprod.prison.service.justice.gov.uk
EXIT_LOCATION_URL: https://digital-preprod.prison.service.justice.gov.uk/
Expand Down

0 comments on commit b3bd41a

Please sign in to comment.