Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed Jul 15, 2024
1 parent dccadf5 commit bc5963e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/controller/perconaservermongodb/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ func (r *ReconcilePerconaServerMongoDB) resizeVolumesIfNeeded(ctx context.Contex
return errors.Wrapf(err, "delete statefulset/%s", sts.Name)
}

if err := k8s.DeannotateObject(ctx, r.client, sts, psmdbv1.AnnotationPVCResizeInProgress); err != nil {
return errors.Wrap(err, "deannotate pxc")
}

log.Info("PVC resize completed")

return nil
Expand Down

0 comments on commit bc5963e

Please sign in to comment.