From 7666143f7eea0144f5527eadd731d14ad33e51af Mon Sep 17 00:00:00 2001 From: Nayana Hettiarachchi Date: Sun, 18 Sep 2022 14:51:00 +0700 Subject: [PATCH] #11375 fix extra whitespace on result file Signed-off-by: Nayana Hettiarachchi --- cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt b/cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt index e930a2598..9125b19da 100644 --- a/cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt +++ b/cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt @@ -11,7 +11,7 @@ spec: command: ["/bin/sleep","9000"] invalid Error: YAML parse error on chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml contents: - apiVersion: v1 +apiVersion: v1 kind: Pod metadata: name: "release-name-my-alpine"