diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 2fd761a..9fb9577 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.9.1 +version: 6.9.2 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_multiplayer_ws.yaml b/charts/retool/templates/deployment_multiplayer_ws.yaml index 6b74177..c2b2a31 100644 --- a/charts/retool/templates/deployment_multiplayer_ws.yaml +++ b/charts/retool/templates/deployment_multiplayer_ws.yaml @@ -127,6 +127,16 @@ spec: key: postgresql-password {{- end }} {{- end }} + - name: LICENSE_KEY + valueFrom: + secretKeyRef: + {{- if .Values.config.licenseKeySecretName }} + name: {{ .Values.config.licenseKeySecretName }} + key: {{ .Values.config.licenseKeySecretKey | default "license-key" }} + {{- else }} + name: {{ template "retool.fullname" . }} + key: license-key + {{- end }} - name: ENCRYPTION_KEY valueFrom: secretKeyRef: