Skip to content

Commit 9b9a153

Browse files
committed
Fix space in yaml template
1 parent e3e8d99 commit 9b9a153

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/cluster/spec/tiflash.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ func (i *TiFlashInstance) initTiFlashConfig(ctx context.Context, version string,
532532
extraConfig = "#"
533533
} else {
534534
extraConfig = fmt.Sprintf(`
535-
application.runAsDaemon: true
536-
display_name: "TiFlash"
537-
default_profile: "default"
538-
mark_cache_size: 5368709120
539-
tmp_path: "%s/tmp"
535+
application.runAsDaemon: true
536+
display_name: "TiFlash"
537+
default_profile: "default"
538+
mark_cache_size: 5368709120
539+
tmp_path: "%s/tmp"
540540
`, paths.Data[0])
541541
}
542542

@@ -572,7 +572,7 @@ server_configs:
572572
raft.pd_addr: "%[9]s"
573573
%[11]s
574574
%[12]s
575-
%[13]s
575+
%[13]s
576576
`,
577577
pathConfig,
578578
paths.Log,

0 commit comments

Comments
 (0)