diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index a84be31..c19e50b 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.4.8 +version: 6.4.9 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_dbconnector.yaml b/charts/retool/templates/deployment_dbconnector.yaml index b83865c..7266c28 100644 --- a/charts/retool/templates/deployment_dbconnector.yaml +++ b/charts/retool/templates/deployment_dbconnector.yaml @@ -92,6 +92,12 @@ spec: value: {{ default "" .Values.config.auth.google.clientId }} - name: COOKIE_INSECURE value: {{ .Values.config.useInsecureCookies | quote }} + + {{- if .Values.config.dbConnectorTimeout }} + - name: DBCONNECTOR_QUERY_TIMEOUT_MS + value: {{ .Values.config.dbConnectorTimeout | quote }} + {{- end }} + {{- if and (not .Values.externalSecrets.enabled) (not .Values.externalSecrets.externalSecretsOperator.enabled) }} - name: LICENSE_KEY valueFrom: