diff --git a/templates/gitea/extra-list.yaml b/templates/gitea/extra-list.yaml index 62c0aca..d727e00 100644 --- a/templates/gitea/extra-list.yaml +++ b/templates/gitea/extra-list.yaml @@ -1,8 +1,8 @@ {{- range .Values.extraDeploy }} --- {{- if typeIs "string" . }} - {{- tpl . $ }} + {{ tpl . $ }} {{- else }} - {{- tpl (. | toYaml) $ }} + {{ tpl (. | toYaml) $ }} {{- end }} {{- end }}