From 78c095c5ca09f6e58181b4e082f6536b2a8bd9b9 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 22 Aug 2024 08:46:16 +0000 Subject: [PATCH] add missing config --- .../chart-handler-timeout/templates/config.yaml | 1 + 1 file changed, 1 insertion(+) 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