diff options
| author | linxin <[email protected]> | 2024-08-14 17:41:29 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2024-08-14 17:41:29 +0800 |
| commit | 7594c51344e52110bb3837f86c623888d6289ca1 (patch) | |
| tree | 3a80564e0b4bef8c55f4243e27d70cca7ce8ba07 | |
| parent | b639073203ce74bceeb5553a502dbc93f9aeeb40 (diff) | |
🌈 style:remove space in imageversion string1.0.19
| -rw-r--r-- | coredump-tool/coredump-tool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredump-tool/coredump-tool.go b/coredump-tool/coredump-tool.go index 45dda30..a1416c1 100644 --- a/coredump-tool/coredump-tool.go +++ b/coredump-tool/coredump-tool.go @@ -224,7 +224,7 @@ func debugInpod(conf *rest.Config, clientset *kubernetes.Clientset, config types if err != nil { return "", err } - image := fmt.Sprintln("registry.gdnt-cloud.website/tsg-init:", imageversion) + image := fmt.Sprintf("registry.gdnt-cloud.website/tsg-init:%s", imageversion) volumeMounts := []v1.VolumeMount{ { Name: "host-dir", |
