Skip to content

Commit

Permalink
allow reconcile on storage size chnages
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Oct 11, 2024
1 parent 99d6bb0 commit a150cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (r *MultiClusterObservabilityReconciler) Reconcile(ctx context.Context, req

// handle storagesize changes
result, err := r.HandleStorageSizeChange(instance)
if result != nil {
if err != nil {
return *result, err
}

Expand Down

0 comments on commit a150cc6

Please sign in to comment.