kompose/script/test/fixtures/group-add/docker-compose.yml
Suraj Narwade 641f8f8932 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.
2017-08-10 11:54:35 +05:30

7 lines
84 B
YAML

version: '2'
services:
myservice:
image: alpine
group_add:
- "1234"