Skip to content

Commit 107ef88

Browse files
authored
fix ssh dbconnector and java dbc for separated dbc (#234)
1 parent 814eeaf commit 107ef88

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.4.9
5+
version: 6.4.10
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/deployment_backend.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ spec:
124124
value: http://{{ template "retool.fullname" . }}-dbconnector
125125
- name: DB_CONNECTOR_PORT
126126
value: {{ $.Values.dbconnector.port | quote }}
127+
- name: DB_SSH_CONNECTOR_HOST
128+
value: http://{{ template "retool.fullname" . }}-dbconnector
129+
- name: DB_SSH_CONNECTOR_PORT
130+
value: {{ .Values.dbconnector.port | quote }}
127131
{{- if $.Values.dbconnector.java.enabled }}
128132
- name: JAVA_DBCONNECTOR_HOST
129133
value: http://{{ template "retool.fullname" . }}-dbconnector

0 commit comments

Comments
 (0)