Skip to content

Commit 24ccf19

Browse files
committed
mark readonly resource as skipped on deletion
1 parent b870bfb commit 24ccf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/instance/controller_reconcile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func (igr *instanceGraphReconciler) deleteResourcesInOrder(ctx context.Context)
362362

363363
// Skip deletion for read-only resources
364364
if igr.runtime.ResourceDescriptor(resourceID).IsReadOnly() {
365-
igr.state.ResourceStates[resourceID].State = "DELETED"
365+
igr.state.ResourceStates[resourceID].State = "SKIPPED"
366366
continue
367367
}
368368

0 commit comments

Comments
 (0)