forked from LaconicNetwork/kompose
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:
+4
-4
@@ -1047,6 +1047,10 @@
|
||||
"name": "hygieia-udeploy",
|
||||
"image": "hygieia-udeploy-collector:latest",
|
||||
"env": [
|
||||
{
|
||||
"name": "UDEPLOY_PASSWORD",
|
||||
"value": "-s3cr3t"
|
||||
},
|
||||
{
|
||||
"name": "UDEPLOY_URL",
|
||||
"value": "-http://udeploy.company.com"
|
||||
@@ -1054,10 +1058,6 @@
|
||||
{
|
||||
"name": "UDEPLOY_USERNAME",
|
||||
"value": "-bobama"
|
||||
},
|
||||
{
|
||||
"name": "UDEPLOY_PASSWORD",
|
||||
"value": "-s3cr3t"
|
||||
}
|
||||
],
|
||||
"resources": {},
|
||||
|
||||
Reference in New Issue
Block a user