Added support for group_add key
This PR will add support for `group_add` key which will map to supplemental group in pod security context.
This commit is contained in:
@@ -98,6 +98,7 @@ type ServiceConfig struct {
|
||||
TmpFs []string `compose:"tmpfs"`
|
||||
Dockerfile string `compose:"dockerfile"`
|
||||
Replicas int `compose:"replicas"`
|
||||
GroupAdd []int64 `compose:"group_add"`
|
||||
// Volumes is a struct which contains all information about each volume
|
||||
Volumes []Volumes `compose:""`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user