From 7819635c6f891972f158f28e631f3448c5e37316 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 2 Feb 2026 15:48:01 -0500 Subject: [PATCH] add license key to the multiplyaer deployment --- charts/retool/Chart.yaml | 2 +- charts/retool/templates/deployment_multiplayer_ws.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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: