added shm_size yaml option to steps and services
This commit is contained in:
@@ -101,7 +101,7 @@ type (
|
||||
Pull string `json:"pull,omitempty"`
|
||||
Settings map[string]*manifest.Parameter `json:"settings,omitempty"`
|
||||
Shell string `json:"shell,omitempty"`
|
||||
ShmSize manifest.BytesSize `json:"shm_size,omitempty"`
|
||||
ShmSize manifest.BytesSize `json:"shm_size,omitempty" yaml:"shm_size"`
|
||||
User string `json:"user,omitempty"`
|
||||
Volumes []*VolumeMount `json:"volumes,omitempty"`
|
||||
When manifest.Conditions `json:"when,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user