Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <[email protected]>
  • Loading branch information
jsilvela committed Sep 26, 2024
1 parent 9bb7545 commit e00bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/finalizers_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/cloudnative-pg/cloudnative-pg/pkg/utils"
)

// This method prune the Database CRD finalizers that are orphans.
// deleteDatabaseFinalizers deletes Database object finalizers when the cluster they were in has been deleted
func (r *ClusterReconciler) deleteDatabaseFinalizers(ctx context.Context, namespacedName types.NamespacedName) error {
databases := apiv1.DatabaseList{}
err := r.List(
Expand Down

0 comments on commit e00bf51

Please sign in to comment.