Skip to content

Commit

Permalink
chore(BPDM): Set BPDM pool url
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjanjua committed Oct 29, 2024
1 parent 15417ab commit ddc0e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/portal/templates/cronjob-backend-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ spec:
value: "{{ .Values.backend.useDimWallet }}"
- name: "APPLICATIONCHECKLIST__BPDM__STARTSHARINGSTATEASREADY"
value: "{{ .Values.backend.processesworker.bpdm.startSharingStateAsReady }}"
- name: "APPLICATIONCHECKLIST__BPDM__BUSINESSPARTNERPOOLBASEADDRESS"
value: "{{ .Values.bpdm.poolAddress }}{{ .Values.bpdm.poolApiPath }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__BASEADDRESS"
value: "{{ .Values.clearinghouseAddress }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__CLIENTID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ spec:
value: "{{ .Values.backend.useDimWallet }}"
- name: "APPLICATIONCHECKLIST__BPDM__STARTSHARINGSTATEASREADY"
value: "{{ .Values.backend.processesworker.bpdm.startSharingStateAsReady }}"
- name: "APPLICATIONCHECKLIST__BPDM__BUSINESSPARTNERPOOLBASEADDRESS"
value: "{{ .Values.bpdm.poolAddress }}{{ .Values.bpdm.poolApiPath }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__BASEADDRESS"
value: "{{ .Values.clearinghouseAddress }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__CLIENTID"
Expand Down

0 comments on commit ddc0e8d

Please sign in to comment.