Skip to content

Commit 5c6872d

Browse files
authored
fix: Remove switch to use dcp 1.0 from chart templates (#2213)
Signed-off-by: Lars Geyer-Blaumeiser <lars.blaumeiser@cofinity-x.com>
1 parent ff033b6 commit 5c6872d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

charts/tractusx-connector-memory/templates/deployment-runtime.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ spec:
223223
value: "idsc:IDS_CONNECTORS_ALL"
224224
- name: "EDC_OAUTH_ENDPOINT_AUDIENCE"
225225
value: {{ printf "%s%s" (include "txdc.runtime.url.protocol" . ) .Values.runtime.endpoints.protocol.path | quote }}
226-
- name: "EDC_DCP_V08_FORCED"
227-
value: "true"
228226

229227
#############################
230228
## IATP / STS / DIM CONFIG ##

charts/tractusx-connector/templates/deployment-controlplane.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ spec:
210210
value: "idsc:IDS_CONNECTORS_ALL"
211211
- name: "EDC_OAUTH_ENDPOINT_AUDIENCE"
212212
value: {{ printf "%s%s" (include "txdc.controlplane.url.protocol" . ) .Values.controlplane.endpoints.protocol.path | quote }}
213-
- name: "EDC_DCP_V08_FORCED"
214-
value: "true"
215213

216214
################
217215
## POSTGRESQL ##

0 commit comments

Comments
 (0)