diff --git a/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml b/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml index 7a0e63a0..6fa90e80 100644 --- a/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml +++ b/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml @@ -32,6 +32,14 @@ data: "type": "string", "name": "ctx_pdata_pid" }, + { + "type": "string", + "name": "ctx_source_connector" + }, + { + "type": "string", + "name": "ctx_source_id" + }, { "type": "string", "name": "error_pdata_id" @@ -204,6 +212,16 @@ data: "name": "ctx_dataset_type", "expr": "$.ctx.dataset_type" }, + { + "type": "path", + "name": "ctx_source_connector", + "expr": "$.ctx.source.connector" + }, + { + "type": "path", + "name": "ctx_source_id", + "expr": "$.ctx.source.connectorInstance" + }, { "type": "path", "name": "ets",