From 89916404669d95104c7453502f287821e32e6923 Mon Sep 17 00:00:00 2001 From: Lars Geyer-Blaumeiser Date: Tue, 2 Sep 2025 08:11:06 +0200 Subject: [PATCH] fix: Remove switch to use dcp 1.0 from chart templates Signed-off-by: Lars Geyer-Blaumeiser --- .../tractusx-connector-memory/templates/deployment-runtime.yaml | 2 -- .../tractusx-connector/templates/deployment-controlplane.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml index a3ae2c383b..8799474c89 100644 --- a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml +++ b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml @@ -223,8 +223,6 @@ spec: value: "idsc:IDS_CONNECTORS_ALL" - name: "EDC_OAUTH_ENDPOINT_AUDIENCE" value: {{ printf "%s%s" (include "txdc.runtime.url.protocol" . ) .Values.runtime.endpoints.protocol.path | quote }} - - name: "EDC_DCP_V08_FORCED" - value: "true" ############################# ## IATP / STS / DIM CONFIG ## diff --git a/charts/tractusx-connector/templates/deployment-controlplane.yaml b/charts/tractusx-connector/templates/deployment-controlplane.yaml index d8c2d3615b..184dc318c3 100644 --- a/charts/tractusx-connector/templates/deployment-controlplane.yaml +++ b/charts/tractusx-connector/templates/deployment-controlplane.yaml @@ -210,8 +210,6 @@ spec: value: "idsc:IDS_CONNECTORS_ALL" - name: "EDC_OAUTH_ENDPOINT_AUDIENCE" value: {{ printf "%s%s" (include "txdc.controlplane.url.protocol" . ) .Values.controlplane.endpoints.protocol.path | quote }} - - name: "EDC_DCP_V08_FORCED" - value: "true" ################ ## POSTGRESQL ##