Skip to content

Commit

Permalink
Set participant ID in data plane (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaytunc-zf authored Jul 18, 2023
1 parent da78883 commit b59df74
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
#######
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
#######
Expand Down
6 changes: 6 additions & 0 deletions charts/tractusx-connector/templates/deployment-dataplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
#######
Expand Down

0 comments on commit b59df74

Please sign in to comment.