Skip to content

Commit 6e3cb1e

Browse files
authored
Add db-ssh-connector config to workflows-backend to match main-backend (#248)
* Add db-ssh-connector config to workflows-backend to match main-backend * Bump version
1 parent d582c24 commit 6e3cb1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/retool/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.8.0
5+
version: 6.8.1
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/deployment_workflows.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ spec:
8888
value: http://{{ template "retool.fullname" . }}-dbconnector
8989
- name: DB_CONNECTOR_PORT
9090
value: {{ $.Values.dbconnector.port | quote }}
91+
- name: DB_SSH_CONNECTOR_HOST
92+
value: http://{{ template "retool.fullname" . }}-dbconnector
93+
- name: DB_SSH_CONNECTOR_PORT
94+
value: {{ .Values.dbconnector.port | quote }}
9195
{{- if $.Values.dbconnector.java.enabled }}
9296
- name: JAVA_DBCONNECTOR_HOST
9397
value: http://{{ template "retool.fullname" . }}-dbconnector

0 commit comments

Comments
 (0)