• Matt Butcher's avatar
    fix(helm): add line feed between --values and --set data · 973ed170
    Matt Butcher authored
    Currently, --set simply appends data to the end of the existing values
    YAML data. If a values file does not have a line feed at the end, the
    set data is mis-appended. This fixes the issue by inserting a linefeed
    between the --values data and --set data.
    
    Closes #1430
    973ed170
install.go 10.2 KB