Skip to content

Commit

Permalink
https://jira.catena-x.net/browse/KA-48 int need to sync with int, not…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
drcgjung committed Oct 20, 2022
1 parent d7dd337 commit d3ab1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/templates/consumer-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ data:
cx.agent.controlplane.url=http://consumer-control-plane:8181/data
cx.agent.asset.file=dataspace.ttl
cx.agent.dataspace.synchronization=60000
cx.agent.dataspace.remotes=https://knowledge.dev.demo.catena-x.net/oem-edc-control/BPNL00000003COJN,https://knowledge.dev.demo.catena-x.net/tiera-edc-control/BPNL00000003CPIY,https://knowledge.dev.demo.catena-x.net/consumer-edc-control/BPNL00000003CQI9
cx.agent.dataspace.remotes=https://{{ .Values.ingress.host}}/oem-edc-control/BPNL00000003COJN,https://{{ .Values.ingress.host}}/tiera-edc-control/BPNL00000003CPIY,https://{{ .Values.ingress.host}}/consumer-edc-control/BPNL00000003CQI9
# edc.api.control.auth.apikey.key=
# edc.api.control.auth.apikey.value=
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/templates/oem-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ data:
cx.agent.controlplane.url=http://oem-control-plane:8181/data
cx.agent.asset.file=dataspace.ttl
cx.agent.dataspace.synchronization=60000
cx.agent.dataspace.remotes=https://knowledge.dev.demo.catena-x.net/tiera-edc-control/BPNL00000003CPIY
cx.agent.dataspace.remotes=https://{{ .Values.ingress.host}}/tiera-edc-control/BPNL00000003CPIY
# edc.api.control.auth.apikey.key=
# edc.api.control.auth.apikey.value=
Expand Down

0 comments on commit d3ab1af

Please sign in to comment.