Skip to content

Commit

Permalink
Merge pull request #18 from jordanopensource/task/fix_etherpad_config…
Browse files Browse the repository at this point in the history
…map_soffice_env_var
  • Loading branch information
George Khoury authored May 31, 2022
2 parents 3e0c849 + df4075b commit c16e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/etherpad/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data:
{{- if .Values.advanced.abiwordExecutablePath }}
ABIWORD: {{ .Values.advanced.abiwordExecutablePath }}
{{- end }}
{{- if .Values.advanced.abiwordOptions }}
{{- if .Values.advanced.sofficeExecutablePath }}
SOFFICE: {{ .Values.advanced.sofficeExecutablePath }}
{{- end }}
{{- if .Values.advanced.tidyExecutablePath }}
Expand Down

0 comments on commit c16e910

Please sign in to comment.