mirror of
https://github.com/helm/helm.git
synced 2026-08-05 23:51:03 +00:00
Fixes issues with delete
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
This commit is contained in:
@@ -175,7 +175,7 @@ func (u *Uninstall) deleteRelease(rel *release.Release) (string, []error) {
|
||||
|
||||
var builder strings.Builder
|
||||
for _, file := range filesToDelete {
|
||||
builder.WriteString(file.Content)
|
||||
builder.WriteString("\n---\n" + file.Content)
|
||||
}
|
||||
resources, err := u.cfg.KubeClient.Build(strings.NewReader(builder.String()))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user