We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18754ac commit 1d05503Copy full SHA for 1d05503
pkg/koyeb/volumes.go
@@ -67,7 +67,7 @@ func NewVolumeCmd() *cobra.Command {
67
}),
68
}
69
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)")
+ createVolumeCmd.Flags().String("size", "20G", "Size of the volume (will be rounded to the nearest upper size in MB)")
71
createVolumeCmd.Flags().Bool("read-only", false, "Force the volume to be read-only")
72
volumeCmd.AddCommand(createVolumeCmd)
73
0 commit comments