Skip to content

Commit e1476a2

Browse files
Update rust/operator-binary/src/hdfs_controller.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent c1e13a2 commit e1476a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/hdfs_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ pub async fn reconcile_hdfs(hdfs: Arc<HdfsCluster>, ctx: Arc<Ctx>) -> HdfsOperat
494494
};
495495

496496
// During upgrades we do partial deployments, we don't want to garbage collect after those
497-
// since we *will* redeploy (or properly orphan) the remaining resources layer.
497+
// since we *will* redeploy (or properly orphan) the remaining resources later.
498498
if deploy_done {
499499
cluster_resources
500500
.delete_orphaned_resources(client)

0 commit comments

Comments
 (0)