user avatar
fix(helm): Fix linebreaks when printing custom resources
Morten Torkildsen authored
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)
7247537c
Name Last commit Last update