Skip to content

Commit 780af6c

Browse files
authored
fix: Allow fileStorage.context.options.ssl to be set (#734)
2 parents 6934663 + ceb7a46 commit 780af6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/flowfuse/templates/file-storage-configmap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ data:
3131
{{- if eq .Values.forge.fileStore.context.options.type "postgres" }}
3232
host: {{ include "forge.databaseHost" . }}
3333
port: {{ .Values.postgresql.port | default 5432 }}
34+
{{- if .Values.postgresql.ssl }}
35+
ssl: {{ .Values.postgresql.ssl }}
36+
{{- end }}
3437
username: {{ .Values.postgresql.auth.username }}
3538
database: {{ .Values.postgresql.auth.fileStoreDatabase }}
3639
password: <%= ENV['PGPASSWORD'] %>

0 commit comments

Comments
 (0)