From 639bff690584b284fc23f5895ab50b23f943333d Mon Sep 17 00:00:00 2001 From: "Joseph.Dundon" Date: Fri, 13 Dec 2024 16:24:32 +0000 Subject: [PATCH 1/2] Added env variables for os places api key --- projects/common-platform-and-delius/deploy/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/common-platform-and-delius/deploy/values.yaml b/projects/common-platform-and-delius/deploy/values.yaml index 74b48d27df..1c58770170 100644 --- a/projects/common-platform-and-delius/deploy/values.yaml +++ b/projects/common-platform-and-delius/deploy/values.yaml @@ -10,6 +10,9 @@ generic-service: ingress: tlsSecretName: common-platform-and-delius-cert +env: + OS-PLACES_API_URL: https://api.os.uk + namespace_secrets: common: SPRING_DATASOURCE_URL: DB_URL @@ -25,6 +28,8 @@ generic-service: MESSAGING_CONSUMER_QUEUE: QUEUE_NAME hmpps-domain-events-topic: MESSAGING_PRODUCER_TOPIC: topic_arn + common-platform-and-delius-os-places: + OS-PLACES_API_KEY: API_KEY generic-prometheus-alerts: targetApplication: common-platform-and-delius From 586497dad756e0efa0ad56ec20524dcd36919d96 Mon Sep 17 00:00:00 2001 From: "Joseph.Dundon" Date: Fri, 13 Dec 2024 16:33:12 +0000 Subject: [PATCH 2/2] fixed indentation --- projects/common-platform-and-delius/deploy/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/common-platform-and-delius/deploy/values.yaml b/projects/common-platform-and-delius/deploy/values.yaml index 1c58770170..b896505437 100644 --- a/projects/common-platform-and-delius/deploy/values.yaml +++ b/projects/common-platform-and-delius/deploy/values.yaml @@ -10,8 +10,8 @@ generic-service: ingress: tlsSecretName: common-platform-and-delius-cert -env: - OS-PLACES_API_URL: https://api.os.uk + env: + OS-PLACES_API_URL: https://api.os.uk namespace_secrets: common: