mirror of
https://github.com/helm/helm.git
synced 2026-03-26 20:33:40 -04:00
Fixes issues with delete
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
This commit is contained in:
parent
15fc57f8a3
commit
f6116a7ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue