mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-03 07:57:13 +00:00
newline is missing for BaseContextFile (#1396)
This commit is contained in:
@@ -146,7 +146,7 @@ func (ctx *templateContext) BaseContextFile() string {
|
||||
|
||||
if len(ctx.configs) > 0 {
|
||||
bt, _ := json.Marshal(ctx.configs)
|
||||
buff += ConfigFieldName + ": " + string(bt)
|
||||
buff += ConfigFieldName + ": " + string(bt) + "\n"
|
||||
}
|
||||
|
||||
if len(ctx.requiredSecrets) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user