Skip to content

Commit 82067c9

Browse files
feat: Upbe 600 datafactory integration (#245)
* changed tag in values.yaml of transaction * [UPBE-600] change tag for test and added variables env * [UPBE-600] change tag for test and added variables env * [UPBE-600] update tag develop --------- Co-authored-by: v1tt0ri0Alt <valtieri@emeal.nttdata.com>
1 parent 5f40ce4 commit 82067c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

helm/_global/idpay-transactions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ microservice-chart:
6464
BLOB_STORAGE_CONTAINER_REFERENCE: "invoices"
6565
BLOB_STORAGE_CSV_CONTAINER_REFERENCE: "reward-batches"
6666
INVOICE_STORAGE_SAS_DURATION_SECONDS: "60"
67+
DATA_FACTORY_PIPELINE_NAME: "idpay_transaction_report"
68+
DATA_FACTORY_RUN_PIPELINE_MAX_RETRIES: "3"
6769

6870
externalConfigMapValues:
6971
idpay-common:
@@ -94,6 +96,10 @@ microservice-chart:
9496
PDV_DECRYPT_API_KEY: pdv-api-key
9597
BLOB_STORAGE_ACCOUNT_NAME: refund-storage-account-name
9698
REDIS_CONNECTION_URL: idpay-redis-primary-connection-url
99+
DATA_FACTORY_RESOURCE_GROUP: data-factory-rg-name
100+
DATA_FACTORY_NAME: data-factory-name
101+
DATA_FACTORY_SUBSCRIPTION_ID: idpay-subscription-id
102+
DATA_FACTORY_TENANT_ID: idpay-tenant-id
97103

98104
externalConfigMapFiles:
99105
create: true

0 commit comments

Comments
 (0)