From fa36d2beeff18440fd55f57c387aea0e4b0fd040 Mon Sep 17 00:00:00 2001 From: Ceddaerrix Date: Mon, 31 Mar 2025 10:46:51 +0000 Subject: [PATCH] fix: reverting use of TPL in "gitea.inline_configuration" (#846) ### Description of the change Reverting TPL use in "gitea.inline_configuration" mistakenly committed under https://gitea.com/gitea/helm-gitea/pulls/840 Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/846 Reviewed-by: justusbunsi Co-authored-by: Ceddaerrix Co-committed-by: Ceddaerrix --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 1bebf84..1594cc2 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -256,7 +256,7 @@ https {{- end }} {{- $_ := set $inlines "_generals_" (join "\n" $generals) -}} - {{- tpl (toYaml $inlines) $ -}} + {{- toYaml $inlines -}} {{- end -}} {{- define "gitea.inline_configuration.init" -}}