File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : retool
33description : A Helm chart for Kubernetes
44type : application
5- version : 6.4.9
5+ version : 6.4.10
66maintainers :
77 - name : Retool Engineering
88
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments