Skip to content

Commit 078b920

Browse files
authored
fix(rafiki): rates url should have a default (#441)
1 parent 9093e47 commit 078b920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/rafiki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ config:
169169
# TODO: Consider not specifying the rates url if it is not needed
170170
rates:
171171
# The endpoint your Rafiki instance uses to request exchange rates.
172-
url: ""
172+
url: "http://your-ase.com/rates"
173173

174174
webhook:
175175
# Where Rafiki is going to send webhooks

0 commit comments

Comments
 (0)