Skip to content

Commit 1d05503

Browse files
committed
Bump fixed volume size to 20GB
1 parent 18754ac commit 1d05503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/koyeb/volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func NewVolumeCmd() *cobra.Command {
6767
}),
6868
}
6969
createVolumeCmd.Flags().String("region", "was", "Region of the volume")
70-
createVolumeCmd.Flags().String("size", "10G", "Size of the volume (will be rounded to the nearest upper size in MB)")
70+
createVolumeCmd.Flags().String("size", "20G", "Size of the volume (will be rounded to the nearest upper size in MB)")
7171
createVolumeCmd.Flags().Bool("read-only", false, "Force the volume to be read-only")
7272
volumeCmd.AddCommand(createVolumeCmd)
7373

0 commit comments

Comments
 (0)