• Morten Torkildsen's avatar
    fix(helm): Fix linebreaks when printing custom resources · 5ac37fba
    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>
    5ac37fba