Skip to content

Commit 1a07c66

Browse files
authored
[fix] Use existing helper function to determine whether a jobs runner… (#201)
1 parent 5794a26 commit 1a07c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/retool/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: retool
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 6.3.0
5+
version: 6.3.1
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/deployment_backend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
It may seem counterintuitive to add the JOBS_RUNNER service type only without a jobs runner.
9090
The reason for this is that the backend needs to act as a jobs runner, if the jobs runner is not enabled.
9191
*/}}
92-
{{- if not .Values.jobRunner.enabled }}
92+
{{- if not ( include "retool.jobRunner.enabled" . ) }}
9393
{{- $serviceType = append $serviceType "JOBS_RUNNER" }}
9494
{{- end }}
9595
- name: SERVICE_TYPE

0 commit comments

Comments
 (0)