Skip to content

Commit

Permalink
fix: remove volumesnapshotclass from default resource deletion list
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Sep 14, 2023
1 parent 04d6f01 commit 1068f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/lvmcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ func (r *LVMClusterReconciler) logicalVolumesExist(ctx context.Context) (bool, e
func (r *LVMClusterReconciler) processDelete(ctx context.Context, instance *lvmv1alpha1.LVMCluster) error {
if controllerutil.ContainsFinalizer(instance, lvmClusterFinalizer) {
resourceDeletionList := []resourceManager{
&topolvmVolumeSnapshotClass{},
&topolvmStorageClass{},
&lvmVG{},
&topolvmController{},
Expand Down

0 comments on commit 1068f03

Please sign in to comment.