Skip to content

Commit

Permalink
fix: add config values for external service information (#385)
Browse files Browse the repository at this point in the history
Refs: #841
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Jul 25, 2024
1 parent 2f4bc55 commit 38adce9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ spec:
value: "{{ .Values.centralidp.clients.portal }}"
- name: "APPMARKETPLACE__COMPANYADMINROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.appmarketplace.companyAdminRoles.role0 }}"
- name: "APPMARKETPLACE__DECENTRALIDENTITYMANAGEMENTAUTHURL"
value: "{{ .Values.decentralIdentityManagementAuthAddress }}"
- name: "APPMARKETPLACE__ISSUERDID"
value: "{{ .Values.backend.administration.issuerdid }}"
- name: "APPMARKETPLACE__BPNDIDRESOLVERURL"
value: "{{ .Values.bpnDidResolver.directoryApiAddress }}"
- name: "HEALTHCHECKS__0__PATH"
value: "{{ .Values.backend.healthChecks.startup.path}}"
{{- if .Values.backend.appmarketplace.healthChecks.startup.tags }}
Expand Down

0 comments on commit 38adce9

Please sign in to comment.