From ae6b3da92b43ee05b05b87a2ce3ee2a246ff3c3f Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Tue, 7 May 2024 18:14:13 +0200 Subject: [PATCH] fix: correct callback endpoint name. --- .../agent-plane-azure-vault/templates/deployment-dataplane.yaml | 2 +- charts/agent-plane/ci/integration-values.yaml | 2 +- charts/agent-plane/templates/deployment-dataplane.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agent-plane-azure-vault/templates/deployment-dataplane.yaml b/charts/agent-plane-azure-vault/templates/deployment-dataplane.yaml index 34caf9a..e9eaf24 100644 --- a/charts/agent-plane-azure-vault/templates/deployment-dataplane.yaml +++ b/charts/agent-plane-azure-vault/templates/deployment-dataplane.yaml @@ -254,7 +254,7 @@ spec: # AGENT CALLBACK # ################### - name: "CX_AGENT_CALLBACK" - value: {{ printf "http://%s-%s:%v%s/endpoint-data-reference" ( include "txdc.fullname" $root ) $dataplane.name $dataplane.endpoints.callback.port $dataplane.endpoints.callback.path | quote }} + value: {{ printf "http://%s-%s:%v%s/transfer-process-started" ( include "txdc.fullname" $root ) $dataplane.name $dataplane.endpoints.callback.port $dataplane.endpoints.callback.path | quote }} - name: "CX_AGENT_CONTROLPLANE_PROTOCOL" value: {{ printf "http://%s-controlplane:%v" ( include "txdc.fullname" $root ) $root.Values.controlplane.endpoints.protocol.port | quote }} - name: "CX_AGENT_CONTROLPLANE_MANAGEMENT" diff --git a/charts/agent-plane/ci/integration-values.yaml b/charts/agent-plane/ci/integration-values.yaml index 37a1d9e..1603f18 100644 --- a/charts/agent-plane/ci/integration-values.yaml +++ b/charts/agent-plane/ci/integration-values.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 T-Systems International GmbH +# Copyright (c) 2023, 2024 T-Systems International GmbH # Copyright (c) 2023 ZF Friedrichshafen AG # Copyright (c) 2023 Mercedes-Benz Tech Innovation GmbH # Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) diff --git a/charts/agent-plane/templates/deployment-dataplane.yaml b/charts/agent-plane/templates/deployment-dataplane.yaml index 6f0434d..516466d 100644 --- a/charts/agent-plane/templates/deployment-dataplane.yaml +++ b/charts/agent-plane/templates/deployment-dataplane.yaml @@ -253,7 +253,7 @@ spec: # AGENT CALLBACK # ################### - name: "CX_AGENT_CALLBACK" - value: {{ printf "http://%s-%s:%v%s/endpoint-data-reference" ( include "txdc.fullname" $root ) $dataplane.name $dataplane.endpoints.callback.port $dataplane.endpoints.callback.path | quote }} + value: {{ printf "http://%s-%s:%v%s/transfer-process-started" ( include "txdc.fullname" $root ) $dataplane.name $dataplane.endpoints.callback.port $dataplane.endpoints.callback.path | quote }} - name: "CX_AGENT_CONTROLPLANE_PROTOCOL" value: {{ printf "http://%s-controlplane:%v" ( include "txdc.fullname" $root ) $root.Values.controlplane.endpoints.protocol.port | quote }} - name: "CX_AGENT_CONTROLPLANE_MANAGEMENT"