fix(helm): use correct casing for sso flag value (#5318)

This commit is contained in:
Chuck Driesler
2025-08-27 11:22:17 +01:00
committed by GitHub
parent 843606775c
commit 691cbb5816
@@ -696,7 +696,7 @@ Generate the environment variables for Speckle server and Speckle objects deploy
{{- end }}
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSsoEnabled) }}
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
- name: ENCRYPTION_KEYS_PATH
value: {{ .Values.server.encryptionKeys.path }}
{{- end }}