File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-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.9.1
5+ version : 6.9.2
66maintainers :
77 - name : Retool Engineering
88 email : engineering+helm@retool.com
Original file line number Diff line number Diff line change @@ -127,6 +127,16 @@ spec:
127127 key : postgresql-password
128128 {{- end }}
129129 {{- end }}
130+ - name : LICENSE_KEY
131+ valueFrom :
132+ secretKeyRef :
133+ {{- if .Values.config.licenseKeySecretName }}
134+ name : {{ .Values.config.licenseKeySecretName }}
135+ key : {{ .Values.config.licenseKeySecretKey | default "license-key" }}
136+ {{- else }}
137+ name : {{ template "retool.fullname" . }}
138+ key : license-key
139+ {{- end }}
130140 - name : ENCRYPTION_KEY
131141 valueFrom :
132142 secretKeyRef :
You can’t perform that action at this time.
0 commit comments