From 257b168ba8c7d37d5586d28b4975991e8b5916cb Mon Sep 17 00:00:00 2001 From: viceice Date: Mon, 12 Aug 2024 07:07:36 +0000 Subject: [PATCH] fix: revert Support Slogan and Display Name Format (#731) This reverts 3d930aa0b7772575ae2e056ce4e9bcf92c16fef0 Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/731 Reviewed-by: Michael Kriese Co-authored-by: SIMULATAN Co-committed-by: SIMULATAN --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 7787340..30ee3b9 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -208,7 +208,7 @@ https {{- $_ := set $inlines $key (join "\n" $section) -}} {{- end -}} {{- else }} - {{- if or (eq $key "APP_NAME") (eq $key "RUN_USER") (eq $key "RUN_MODE") (eq $key "APP_SLOGAN") (eq $key "APP_DISPLAY_NAME_FORMAT") -}} + {{- if or (eq $key "APP_NAME") (eq $key "RUN_USER") (eq $key "RUN_MODE") -}} {{- $generals = append $generals (printf "%s=%s" $key $value) -}} {{- else -}} {{- (printf "Key %s cannot be on top level of configuration" $key) | fail -}}