Skip to content

Commit

Permalink
feat(sdFactory): add clearinghouseConnectDisabled to config (#400)
Browse files Browse the repository at this point in the history
Refs: eclipse-tractusx/portal-backend#837
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Aug 7, 2024
1 parent 66af2f5 commit 8a604f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ spec:
value: "{{ .Values.portalAddress }}{{ .Values.backend.portalHelpPath }}"
- name: "REGISTRATION__USEDIMWALLET"
value: "{{ .Values.backend.useDimWallet }}"
- name: "REGISTRATION__CLEARINGHOUSECONNECTDISABLED"
value: "{{ .Values.backend.processesworker.clearinghouseConnectDisabled }}"
- name: "SERVICEACCOUNT__CLIENTID"
value: "{{ .Values.backend.administration.serviceAccount.clientId }}"
- name: "SERVICEACCOUNT__ENCRYPTIONCONFIGINDEX"
Expand Down

0 comments on commit 8a604f7

Please sign in to comment.