fix(helm): server was incorrectly referencing the featureflat and was (#5582)
not quoting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user