Skip to content

Commit

Permalink
fix(bpdm): add environment variable to use dim in application checklist
Browse files Browse the repository at this point in the history
in the configuration of the processes worker job
#361
  • Loading branch information
evegufy committed Jul 12, 2024
1 parent 12e7d26 commit ad1146f
Showing 1 changed file with 2 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 @@ -139,6 +139,8 @@ spec:
value: "{{ .Values.backend.processesworker.bpdm.scope }}"
- name: "APPLICATIONCHECKLIST__BPDM__USERNAME"
value: "{{ .Values.backend.placeholder }}"
- name: "APPLICATIONCHECKLIST__BPDM__USEDIMWALLET"
value: "{{ .Values.backend.useDimWallet }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__BASEADDRESS"
value: "{{ .Values.clearinghouseAddress }}"
- name: "APPLICATIONCHECKLIST__CLEARINGHOUSE__CLIENTID"
Expand Down

0 comments on commit ad1146f

Please sign in to comment.