Skip to content

Commit

Permalink
fix: trailing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 13, 2024
1 parent cc1ce3b commit 6551459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:
# AGENT CALLBACK #
###################
- name: "CX_AGENT_CALLBACK"
value: {{ include "txap.dataplane.url.callback" . }}/transfer-process-started"
value: {{ include "txap.dataplane.url.callback" . }}/transfer-process-started
- name: "CX_AGENT_CONTROLPLANE_PROTOCOL"
value: {{ include "txap.controlplane.url.protocol" . }}
- name: "CX_AGENT_CONTROLPLANE_MANAGEMENT"
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 @@ -252,7 +252,7 @@ spec:
# AGENT CALLBACK #
###################
- name: "CX_AGENT_CALLBACK"
value: {{ include "txap.dataplane.url.callback" . }}/transfer-process-started"
value: {{ include "txap.dataplane.url.callback" . }}/transfer-process-started
- name: "CX_AGENT_CONTROLPLANE_PROTOCOL"
value: {{ include "txap.controlplane.url.protocol" . }}
- name: "CX_AGENT_CONTROLPLANE_MANAGEMENT"
Expand Down

0 comments on commit 6551459

Please sign in to comment.