privileged mode support for KubernetesPod and DockerStandaloneHost
Change-Id: I2155b27af1e59bf907d7ad03dedada98ef8ebb76
This commit is contained in:
@@ -115,6 +115,8 @@ Methods:
|
||||
mountPath => $
|
||||
))
|
||||
env: $container.env.keys().select(dict(name => $, value => $container.env.get($)))
|
||||
securityContext:
|
||||
privileged: $container.privileged
|
||||
|
||||
- $newVolumes: $container.volumes.values().select(
|
||||
$this._buildVolumeEntry($container.name, $))
|
||||
|
Reference in New Issue
Block a user