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.8.0
5+ version : 6.8.1
66maintainers :
77 - name : Retool Engineering
88
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments