Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix schema config (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Bernhardt <[email protected]>
  • Loading branch information
frank-bee committed Feb 23, 2021
1 parent 9134c9b commit 97e5495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/bpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bpa
description: The Business Partner Agent allows to manage and exchange master data between organizations.
type: application

version: 0.1.0-alpha2.12
version: 0.1.0-alpha2.12.1
appVersion: 0.1.0-alpha2.12

home: "https://github.com/hyperledger-labs/business-partner-agent/tree/master/charts/bpa"
Expand Down
4 changes: 2 additions & 2 deletions charts/bpa/templates/bpa_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ spec:
-Dbpa.pg.username={{ .Values.postgresql.postgresqlUsername }}
-Dbpa.pg.password=$(POSTGRES_PASSWORD)
-Dbpa.host={{ (index .Values.bpa.ingress.hosts 0).host }}
-Dbpa.schemas.bank-account.id={{ .Values.bpa.schemas.bank-account.id }}
-Dbpa.schemas.commercial-register.id={{ .Values.bpa.schemas.commercial-register.id}}
-Dbpa.schemas.bank-account.id={{ .Values.bpa.schemas.bankaccount.id }}
-Dbpa.schemas.commercial-register.id={{ .Values.bpa.schemas.commercialregister.id}}
resources:
{{- toYaml .Values.bpa.resources | nindent 12 }}
{{- with .Values.bpa.nodeSelector }}
Expand Down
4 changes: 2 additions & 2 deletions charts/bpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ bpa:

# schemas to be configured initially (further schemas can be configured by the user in the frontend)
schemas:
commercial-register:
commercialregister:
id: "3gLVpb3i5jzvZqWYyesSB3:2:commercialregister:1.2"
bank-account:
bankaccount:
id: "M6Mbe3qx7vB4wpZF4sBRjt:2:bank_account:1.0"

imagePullSecrets: []
Expand Down

0 comments on commit 97e5495

Please sign in to comment.