added shm_size yaml option to steps and services

This commit is contained in:
Toni Moreno
2019-12-10 14:33:18 +01:00
parent 99e80a0352
commit 1c5f0924bc

View File

@@ -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"`