From ed4d6282d7712d92d2591fb6ee5e5e892886d37e Mon Sep 17 00:00:00 2001 From: Hubbe Date: Wed, 4 Nov 2020 13:10:02 +0200 Subject: [PATCH] Fix reference to bustime_start in thrimshim --- k8s.jsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s.jsonnet b/k8s.jsonnet index 434e11e..a1180ab 100644 --- a/k8s.jsonnet +++ b/k8s.jsonnet @@ -216,8 +216,9 @@ if location != $.config.default_location]), $.db_connect, $.clean_channels[0], // use first element as default channel - $.bustime_start, + $.config.bustime_start, ] + ), // Normally nginx would be responsible for proxying requests to different services, // but in k8s we can use Ingress to do that. However nginx is still needed to serve // static content - segments as well as thrimbletrimmer.