Skip to content

Commit

Permalink
fix: correct callback endpoint name.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 7, 2024
1 parent 959fb32 commit ae6b3da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-plane/ci/integration-values.yaml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-plane/templates/deployment-dataplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae6b3da

Please sign in to comment.