Skip to content

Commit

Permalink
add config dependencies required by tripsolutions/agency_server#232
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebarbarosie committed Aug 23, 2024
1 parent 46d096a commit 93d5c6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/agency/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: agency
description: eTrip Agency Helm chart
type: application
version: 0.4.43
appVersion: 2.12.2
version: 0.4.44
appVersion: 2.12.6
dependencies:
- name: companies
version: "0.1.15"
Expand Down
2 changes: 2 additions & 0 deletions charts/agency/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ data:
{{ end -}}
{{ end }}
anaf.vat_search_url = {{ .Values.agency.e_factura.vat_search_url | default "https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva" }}
{{ with .Values.agency.travelify -}}
{{ if .enabled -}}
travelify.url = {{ .url }}
Expand Down
1 change: 1 addition & 0 deletions charts/agency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ agency:
webservice_url: https://webservicesp.anaf.ro
client_id: client_id
client_secret: client_secret
vat_search_url: https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva
travelify:
enabled: false
url: https://api.travelify.io
Expand Down

0 comments on commit 93d5c6b

Please sign in to comment.