Unverified Commit 7247537c authored by Morten Torkildsen's avatar Morten Torkildsen Committed by Matthew Fisher
Browse files

fix(helm): Fix linebreaks when printing custom resources


The output from helm status is not correct for custom resources. The
HumanReadablePrinter from Kubernetes only outputs the column names when
the type differs from the previous one. This makes the output
inconsistent and also creates problems for putting in the correct line
breaks. This PR sets up a new printer for each type, thereby making sure
that all types are printed with the correct use of line breaks and with
column names.

Signed-off-by: default avatarMorten Torkildsen <mortent@google.com>
(cherry picked from commit 5ac37fba)
parent b536c8de
No related merge requests found
Showing with 4 additions and 8 deletions
+4 -8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment