From 9a079f37de9e3a739e7be67efb016c6fa42b0557 Mon Sep 17 00:00:00 2001 From: "Tuncay Tunc (ZF Friedrichshafen AG)" Date: Tue, 18 Jul 2023 16:20:01 +0200 Subject: [PATCH] Set participant ID in data plane --- .../templates/deployment-dataplane.yaml | 6 ++++++ .../templates/deployment-dataplane.yaml | 6 ++++++ .../tractusx-connector/templates/deployment-dataplane.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml b/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml index 66f90bbde..483fed49b 100644 --- a/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml +++ b/charts/tractusx-connector-azure-vault/templates/deployment-dataplane.yaml @@ -107,6 +107,12 @@ spec: {{- end }} {{- end }} + ######################## + ## ID CONFIGURATION ## + ######################## + - name: EDC_PARTICIPANT_ID + value: {{ .Values.participant.id | required ".Values.participant.id is required" | quote }} + ####### # API # ####### diff --git a/charts/tractusx-connector-legacy/templates/deployment-dataplane.yaml b/charts/tractusx-connector-legacy/templates/deployment-dataplane.yaml index 0364a105c..83f5c1ace 100644 --- a/charts/tractusx-connector-legacy/templates/deployment-dataplane.yaml +++ b/charts/tractusx-connector-legacy/templates/deployment-dataplane.yaml @@ -107,6 +107,12 @@ spec: {{- end }} {{- end }} + ######################## + ## ID CONFIGURATION ## + ######################## + - name: EDC_PARTICIPANT_ID + value: {{ .Values.participant.id | required ".Values.participant.id is required" | quote }} + ####### # API # ####### diff --git a/charts/tractusx-connector/templates/deployment-dataplane.yaml b/charts/tractusx-connector/templates/deployment-dataplane.yaml index 0b3016af1..97ae92a1e 100644 --- a/charts/tractusx-connector/templates/deployment-dataplane.yaml +++ b/charts/tractusx-connector/templates/deployment-dataplane.yaml @@ -107,6 +107,12 @@ spec: {{- end }} {{- end }} + ######################## + ## ID CONFIGURATION ## + ######################## + - name: EDC_PARTICIPANT_ID + value: {{ .Values.participant.id | required ".Values.participant.id is required" | quote }} + ####### # API # #######