fix horizon templating

This commit is contained in:
jessebot
2025-01-19 19:44:55 +01:00
parent 5d73625405
commit 4385e5b1ab
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -86,7 +86,9 @@ data:
# horizon
HORIZON_PREFIX: {{ .Values.pixelfed.horizon.prefix | quote }}
HORIZON_DARKMODE: {{ .Values.pixelfed.horizon.darkmode | quote }}
{{- with .Values.pixelfed.horizon.darkmode }}
HORIZON_DARKMODE: {{ . | quote }}
{{- end }}
# filesystem
FILESYSTEM_DRIVER: {{ .Values.pixelfed.filesystem.driver }}