From 9b9a1537bd4999db21b6678ed2049df16a11f847 Mon Sep 17 00:00:00 2001 From: JaySon-Huang Date: Wed, 10 Jan 2024 14:38:24 +0800 Subject: [PATCH] Fix space in yaml template --- pkg/cluster/spec/tiflash.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/cluster/spec/tiflash.go b/pkg/cluster/spec/tiflash.go index f767ed1cb3..9edd6bcf28 100644 --- a/pkg/cluster/spec/tiflash.go +++ b/pkg/cluster/spec/tiflash.go @@ -532,11 +532,11 @@ func (i *TiFlashInstance) initTiFlashConfig(ctx context.Context, version string, extraConfig = "#" } else { extraConfig = fmt.Sprintf(` - application.runAsDaemon: true - display_name: "TiFlash" - default_profile: "default" - mark_cache_size: 5368709120 - tmp_path: "%s/tmp" + application.runAsDaemon: true + display_name: "TiFlash" + default_profile: "default" + mark_cache_size: 5368709120 + tmp_path: "%s/tmp" `, paths.Data[0]) } @@ -572,7 +572,7 @@ server_configs: raft.pd_addr: "%[9]s" %[11]s %[12]s - %[13]s + %[13]s `, pathConfig, paths.Log,