Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions charts/agency/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ data:
{{ end -}}
{{ end }}

{{ with .Values.agency.anaf -}}
{{ if .enabled -}}
anaf.vat_search_url = {{ .vat_search_url }}
{{ end -}}
{{ end }}

{{ with .Values.agency.eurolife -}}
{{ if .enabled -}}
eurolife.api_url = {{ .url }}
Expand Down
3 changes: 3 additions & 0 deletions charts/agency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ agency:
url: https://api.travelify.io
application_id: NULL
private_key: NULL
anaf:
enabled: false
vat_search_url: https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva
tinymce_key: null
eurolife:
enabled: false
Expand Down