fix(helm): server was incorrectly referencing the featureflat and was (#5582)

not quoting
This commit is contained in:
Gergő Jedlicska
2025-09-29 15:35:07 +02:00
committed by GitHub
parent d41f59be11
commit f9b923d61a
@@ -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