gergo/helmDisableFileUpload (#1279)

* style(server): fix formatting

* fix(preview-service): fix chromium deps in Dockerfile

* feat(helm chart): expose file uploads disable flag in the helm chart

* fix(helm chart): value name fix
This commit is contained in:
Gergő Jedlicska
2022-12-23 14:55:06 +01:00
committed by GitHub
parent 848d65b0a0
commit cd61b5b40e
@@ -128,7 +128,7 @@ spec:
value: "/postgres-certificate/ca-certificate.crt"
{{- end }}
{{- if .Valuse.server.file_uploads.enabled }}
{{- if .Valuse.server.fileUploads.enabled }}
- name: DISABLE_FILE_UPLOADS
value: "false"
{{ else }}