From b3bd41ae8abdd8fbcab5b5b75f343dd1b12f694d Mon Sep 17 00:00:00 2001 From: GCheema <50441412+GurnankCheema@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:01:34 +0100 Subject: [PATCH] MAP-1548 correct mistakes in helm config (#713) --- helm_deploy/values-dev.yaml | 2 +- helm_deploy/values-preprod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm_deploy/values-dev.yaml b/helm_deploy/values-dev.yaml index eb8a22a8..7c3f0e6d 100644 --- a/helm_deploy/values-dev.yaml +++ b/helm_deploy/values-dev.yaml @@ -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/ diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index d1496d82..26ddea2e 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -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/