We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6934663 + ceb7a46 commit 780af6cCopy full SHA for 780af6c
helm/flowfuse/templates/file-storage-configmap.yaml
@@ -31,6 +31,9 @@ data:
31
{{- if eq .Values.forge.fileStore.context.options.type "postgres" }}
32
host: {{ include "forge.databaseHost" . }}
33
port: {{ .Values.postgresql.port | default 5432 }}
34
+ {{- if .Values.postgresql.ssl }}
35
+ ssl: {{ .Values.postgresql.ssl }}
36
+ {{- end }}
37
username: {{ .Values.postgresql.auth.username }}
38
database: {{ .Values.postgresql.auth.fileStoreDatabase }}
39
password: <%= ENV['PGPASSWORD'] %>
0 commit comments