Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juldrixx committed Dec 4, 2024
1 parent 81fdbac commit e161677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/nifi/nifi.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (r *Reconciler) Reconcile(log zap.Logger) error {
return errors.WrapIfWithDetails(err, "failed to reconcile resource", "resource", pvc.GetObjectKind().GroupVersionKind())
}

// remove pvc from the list of those to delete
// remove pvc from the list of those to deleted
for i, pvc := range pvcsToDelete {
if pvcExists && pvc.Name == existingPvc.Name {
pvcsToDelete = append(pvcsToDelete[:i], pvcsToDelete[i+1:]...)
Expand Down

0 comments on commit e161677

Please sign in to comment.