Skip to content

Commit

Permalink
[fix] Use existing helper function to determine whether a jobs runner… (
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlgao authored Jan 13, 2025
1 parent 5794a26 commit 1a07c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.3.0
version: 6.3.1
maintainers:
- name: Retool Engineering
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/retool/templates/deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
It may seem counterintuitive to add the JOBS_RUNNER service type only without a jobs runner.
The reason for this is that the backend needs to act as a jobs runner, if the jobs runner is not enabled.
*/}}
{{- if not .Values.jobRunner.enabled }}
{{- if not ( include "retool.jobRunner.enabled" . ) }}
{{- $serviceType = append $serviceType "JOBS_RUNNER" }}
{{- end }}
- name: SERVICE_TYPE
Expand Down

0 comments on commit 1a07c66

Please sign in to comment.