From f9b923d61ad6b5f759a615f16e55a2a594bb43bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:35:07 +0200 Subject: [PATCH] fix(helm): server was incorrectly referencing the featureflat and was (#5582) not quoting --- utils/helm/speckle-server/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/helm/speckle-server/templates/_helpers.tpl b/utils/helm/speckle-server/templates/_helpers.tpl index 61fe87ade..b052dacac 100644 --- a/utils/helm/speckle-server/templates/_helpers.tpl +++ b/utils/helm/speckle-server/templates/_helpers.tpl @@ -611,7 +611,7 @@ Generate the environment variables for Speckle server and Speckle objects deploy value: {{ .Values.featureFlags.accIntegrationEnabled | quote }} - name: FF_NO_PERSONAL_EMAILS_ENABLED - value: {{ .Values.server.noPersonalEmailsEnabled }} + value: {{ .Values.featureFlags.noPersonalEmailsEnabled | quote }} {{- if .Values.featureFlags.accIntegrationEnabled }} - name: AUTODESK_INTEGRATION_CLIENT_ID