From c1a752ca8889e07cebca964080edb66f295c283f Mon Sep 17 00:00:00 2001 From: Jeaeun Kim <109906379+kyokuping@users.noreply.github.com> Date: Mon, 4 May 2026 11:22:45 +0900 Subject: [PATCH] chore: update comment Co-authored-by: Terry Howe Signed-off-by: Jeaeun Kim <109906379+kyokuping@users.noreply.github.com> --- pkg/cmd/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/template.go b/pkg/cmd/template.go index 0c792977a..655a7354d 100644 --- a/pkg/cmd/template.go +++ b/pkg/cmd/template.go @@ -189,7 +189,7 @@ func newTemplateCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { } if missing { if savedErr != nil && settings.Debug { - // assume the manifest itself is too malformed to be rendered + // render error caused --show-only output to be empty; return the original error return savedErr } return fmt.Errorf("could not find template %s in chart", f)