Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Nov 20, 2024
1 parent 51747d4 commit df5a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fullnode/pvc_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func BuildPVCs(

var dataSource *corev1.TypedLocalObjectReference
var existingSize resource.Quantity
if ds, ok := dataSources[i-crd.Spec.Ordinal.Start]; ok && ds != nil {
if ds, ok := dataSources[i]; ok && ds != nil {
dataSource = ds.ref
} else {
for _, pvc := range currentPVCs {
Expand Down

0 comments on commit df5a242

Please sign in to comment.