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 <[email protected]> Co-authored-by: Ceddaerrix <[email protected]> Co-committed-by: Ceddaerrix <[email protected]>
This commit is contained in:
@@ -256,7 +256,7 @@ https
|
||||
{{- end }}
|
||||
|
||||
{{- $_ := set $inlines "_generals_" (join "\n" $generals) -}}
|
||||
{{- tpl (toYaml $inlines) $ -}}
|
||||
{{- toYaml $inlines -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "gitea.inline_configuration.init" -}}
|
||||
|
||||
Reference in New Issue
Block a user