From d9b6053d374091b1dd71d362be82ac3577c77ec7 Mon Sep 17 00:00:00 2001 From: Alessio Cialini Date: Thu, 30 May 2024 09:42:22 +0200 Subject: [PATCH] Updated helm values --- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ed8cbf6..aaecd52 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -76,7 +76,7 @@ microservice-chart: NOTICE_REQUEST_MONGO_DB_NAME: "noticesMongoDb" NOTICE_REQUEST_MONGO_COLLECTION_NAME: "payment_notice_generation_request" BLOB_STORAGE_CONTAINER_NAME: "notices" - BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopaprintitnotices.blob.core.windows.net" + BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopadprintitnotices.blob.core.windows.net" envSecret: # required APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string' diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 6dc997e..c005a0d 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -76,7 +76,7 @@ microservice-chart: NOTICE_REQUEST_MONGO_DB_NAME: "noticesMongoDb" NOTICE_REQUEST_MONGO_COLLECTION_NAME: "payment_notice_generation_request" BLOB_STORAGE_CONTAINER_NAME: "notices" - BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopaprintitnotices.blob.core.windows.net" + BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopapprintitnotices.blob.core.windows.net" envSecret: # required APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string' diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 9df26d1..315f4ea 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -76,7 +76,7 @@ microservice-chart: NOTICE_REQUEST_MONGO_DB_NAME: "noticesMongoDb" NOTICE_REQUEST_MONGO_COLLECTION_NAME: "payment_notice_generation_request" BLOB_STORAGE_CONTAINER_NAME: "notices" - BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopaprintitnotices.blob.core.windows.net" + BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopauprintitnotices.blob.core.windows.net" envSecret: # required APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string'