forked from LaconicNetwork/kompose
This PR will add support for `group_add` key which will map to supplemental group in pod security context.
7 lines
84 B
YAML
7 lines
84 B
YAML
version: '2'
|
|
services:
|
|
myservice:
|
|
image: alpine
|
|
group_add:
|
|
- "mail"
|