Skip to content

Commit

Permalink
fix(#3): paysrv config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 23, 2023
1 parent 4463f70 commit 00f2ec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/eurofurence-registration-system/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: eurofurence-registration-system
version: 0.0.12
version: 0.0.13
description: A helm chart that can deploy the Eurofurence Registration System.
type: application
home: https://github.com/eurofurence/reg-helm-chart
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,7 @@ data:
{{- if .Values.system.components.attendee_service.enable }}
attendee_service: '{{ .Values.system.components.attendee_service.local_base_url }}'
{{- end }}
{{- if .Values.system.components.payment_cncrd_adapter.enable }}
provider_adapter: '{{ .Values.system.components.payment_cncrd_adapter.local_base_url }}'
{{- end }}
transaction_id_prefix: '{{ .Values.system.components.payment_service.transaction_id_prefix }}'
allowed_currencies:
- '{{ .Values.system.components.payment_service.currency }}'
Expand Down

0 comments on commit 00f2ec8

Please sign in to comment.