From 639bff690584b284fc23f5895ab50b23f943333d Mon Sep 17 00:00:00 2001 From: "Joseph.Dundon" Date: Fri, 13 Dec 2024 16:24:32 +0000 Subject: [PATCH] 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