diff --git a/helm/flowforge/templates/configmap.yaml b/helm/flowforge/templates/configmap.yaml index a47d1894..36c013b3 100644 --- a/helm/flowforge/templates/configmap.yaml +++ b/helm/flowforge/templates/configmap.yaml @@ -155,7 +155,7 @@ data: hubspot: trackingcode: {{ .Values.forge.support.hubspot | int }} {{- end }} - {{- if .Values.forge.fileStore }} + {{- if .Values.forge.fileStore.enabled }} fileStore: url: http://flowforge-file.{{ .Release.Namespace }} {{- end }}