代码

workflowtemplate, err := template.New("workflowtemplate.gotmpl").Funcs(sprig.TxtFuncMap()).Funcs(funcMap).ParseFiles(os.Getenv("GT_TEMPLATE_PATH")+"/workflowtemplate.gotmpl")
.Funcs(sprig.TxtFuncMap())"github.com/Masterminds/sprig/v3"

使用

nindent 10
source: |
          {{- .Source | nindent 10 }}

效果

已经成功实现了缩进:
在这里插入图片描述