Skip to content

Commit

Permalink
Add parameters in ExpandVolume rpc call
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
  • Loading branch information
Utkarsh Mani Tripathi committed Jan 12, 2020
1 parent 1675a8e commit 8670b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/sanity/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,8 @@ var _ = DescribeSanity("ExpandVolume [Controller Server]", func(sc *TestContext)
},
},
},
Secrets: sc.Secrets.CreateVolumeSecret,
Parameters: sc.Config.TestVolumeParameters,
Secrets: sc.Secrets.CreateVolumeSecret,
CapacityRange: &csi.CapacityRange{
RequiredBytes: TestVolumeSize(sc),
},
Expand Down

0 comments on commit 8670b9a

Please sign in to comment.