diff --git a/account-lookup-service/chart-handler-timeout/templates/config.yaml b/account-lookup-service/chart-handler-timeout/templates/config.yaml index a6ff0130b..0dab4e36b 100644 --- a/account-lookup-service/chart-handler-timeout/templates/config.yaml +++ b/account-lookup-service/chart-handler-timeout/templates/config.yaml @@ -10,6 +10,7 @@ metadata: helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} data: default.json: {{ (tpl (.Files.Get "configs/default.json") . ) | quote }} + knexfile.js: {{ (tpl (.Files.Get "configs/knexfile.js") . ) | quote }} {{- if .Values.sidecar.enabled }} --- apiVersion: v1