Skip to content

Commit

Permalink
uses the specified volume for the genesis nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Apr 9, 2024
1 parent 8d11e99 commit d6e988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func NewNode(
if err != nil {
return nil, err
}
err = instance.AddVolumeWithOwner(remoteRootDir, "1Gi", 10001)
err = instance.AddVolumeWithOwner(remoteRootDir, resources.Volume, 10001)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit d6e988c

Please sign in to comment.