Skip to content

Commit

Permalink
Updated helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed May 30, 2024
1 parent 3ae602a commit d9b6053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d9b6053

Please sign in to comment.