Skip to content

Commit

Permalink
fix: add config values for external service information (#460)
Browse files Browse the repository at this point in the history
Ref: #459
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
tfjanjua authored Nov 19, 2024
1 parent 7a28591 commit fe3f97d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/portal/templates/deployment-backend-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ spec:
value: "{{ .Values.centralidp.clients.portal }}"
- name: "SERVICES__COMPANYADMINROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.services.companyAdminRoles.role0 }}"
- name: "SERVICES__DECENTRALIDENTITYMANAGEMENTAUTHURL"
value: "{{ .Values.decentralIdentityManagementAuthAddress }}"
- name: "SERVICES__ISSUERDID"
value: "{{ .Values.backend.administration.issuerdid }}"
- name: "SERVICES__BPNDIDRESOLVERURL"
value: "{{ .Values.bpnDidResolver.directoryApiAddress }}"
- name: "SERVICES__DIMUSERROLES__0__CLIENTID"
value: "{{ .Values.centralidp.clients.technicalRolesManagement }}"
- name: "SERVICES__DIMUSERROLES__0__USERROLENAMES__0"
Expand Down

0 comments on commit fe3f97d

Please sign in to comment.