Skip to content

Commit 090c110

Browse files
committed
Fix rebase
1 parent 650e85f commit 090c110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/reconciler/reconciler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,6 @@ func (r *Reconciler) ensureDeployedRelease(u *updater.Updater, rel *release.Rele
11941194
rel = &relCopy
11951195
}
11961196

1197-
u.Update(updater.EnsureFinalizer(uninstallFinalizer))
11981197
u.UpdateStatus(
11991198
updater.EnsureCondition(conditions.Deployed(corev1.ConditionTrue, reason, message)),
12001199
updater.EnsureDeployedRelease(rel),

0 commit comments

Comments
 (0)