diff --git a/utils/helm/speckle-server/templates/_helpers.tpl b/utils/helm/speckle-server/templates/_helpers.tpl index ad3a62270..b46eb1092 100644 --- a/utils/helm/speckle-server/templates/_helpers.tpl +++ b/utils/helm/speckle-server/templates/_helpers.tpl @@ -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 }}