Skip to content

Commit

Permalink
Idiocy
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoldbear committed Oct 29, 2024
1 parent 8d7d2e5 commit 8c37164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/document-engine/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ data:
# Document Conversion
#
{{- with .Values.documentConversion }}
SPREADSHEET_MAX_CONTENT_HEIGHT_MM: {{ .spreadsheetMaxContentHeightMm | quote }}
SPREADSHEET_MAX_CONTENT_WIDTH_MM: {{ .spreadsheetMaxContentWidthMm | quote }}
SPREADSHEET_MAX_CONTENT_HEIGHT_MM: {{ .spreadsheetMaxContentHeightMm | quote }}
SPREADSHEET_MAX_CONTENT_WIDTH_MM: {{ .spreadsheetMaxContentWidthMm | quote }}
{{- end }}
#
# Observability
Expand Down

0 comments on commit 8c37164

Please sign in to comment.