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 <justusbunsi@noreply.gitea.com> Co-authored-by: Ceddaerrix <ceddaerrix@noreply.gitea.com> Co-committed-by: Ceddaerrix <ceddaerrix@noreply.gitea.com>
This commit is contained in:
parent
6c5b42c482
commit
fa36d2beef
@ -256,7 +256,7 @@ https
|
||||
{{- end }}
|
||||
|
||||
{{- $_ := set $inlines "_generals_" (join "\n" $generals) -}}
|
||||
{{- tpl (toYaml $inlines) $ -}}
|
||||
{{- toYaml $inlines -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "gitea.inline_configuration.init" -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user