diff --git a/pkg/helm/client.go b/pkg/helm/client.go index a27695c933..59756f2174 100644 --- a/pkg/helm/client.go +++ b/pkg/helm/client.go @@ -141,6 +141,7 @@ func (h CliClient) Install(ctx context.Context, chart, version, release, namespa out, err := RunCmdWithTimeout(ctx, h.helmBin, cmd) if err != nil { + log.Error().Print("Error installing helm chart", field.M{"output": out}) return err } log.Debug().Print("Result", field.M{"output": out})