From f10605ef05ad346597c4d7121b2730e6d886a517 Mon Sep 17 00:00:00 2001 From: Jason Gao Date: Mon, 13 Jan 2025 09:28:31 -0800 Subject: [PATCH] a --- charts/retool/templates/deployment_backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/retool/templates/deployment_backend.yaml b/charts/retool/templates/deployment_backend.yaml index dd06e58..8d40d68 100644 --- a/charts/retool/templates/deployment_backend.yaml +++ b/charts/retool/templates/deployment_backend.yaml @@ -93,7 +93,7 @@ spec: - name: ABC value: "true" {{- end }} - {{- if not .Values.jobRunner.enabled }} + {{- if not include "retool.jobRunner.enabled" . }} {{- $serviceType = append $serviceType "JOBS_RUNNER" }} {{- end }} - name: SERVICE_TYPE