Skip to content

Commit 9b91dd7

Browse files
ludydooporridge
authored andcommitted
Fix rebase
1 parent 10aa91d commit 9b91dd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: pkg/reconciler/reconciler.go

-1
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,6 @@ func (r *Reconciler) ensureDeployedRelease(u *updater.Updater, rel *release.Rele
12281228
rel = &relCopy
12291229
}
12301230

1231-
u.Update(updater.EnsureFinalizer(uninstallFinalizer))
12321231
u.UpdateStatus(
12331232
updater.EnsureCondition(conditions.Deployed(corev1.ConditionTrue, reason, message)),
12341233
updater.EnsureDeployedRelease(rel),

0 commit comments

Comments
 (0)