fix(helm): use correct casing for sso flag value (#5318)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user