We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5794a26 commit 1a07c66Copy full SHA for 1a07c66
charts/retool/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: retool
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 6.3.0
+version: 6.3.1
6
maintainers:
7
- name: Retool Engineering
8
email: engineering+helm@retool.com
charts/retool/templates/deployment_backend.yaml
@@ -89,7 +89,7 @@ spec:
89
It may seem counterintuitive to add the JOBS_RUNNER service type only without a jobs runner.
90
The reason for this is that the backend needs to act as a jobs runner, if the jobs runner is not enabled.
91
*/}}
92
- {{- if not .Values.jobRunner.enabled }}
+ {{- if not ( include "retool.jobRunner.enabled" . ) }}
93
{{- $serviceType = append $serviceType "JOBS_RUNNER" }}
94
{{- end }}
95
- name: SERVICE_TYPE
0 commit comments