defaultContainerOptions
Default options for all (init)Containers. Each can be overridden on a container level.
object
Properties
Section titled “Properties”| Property | Type | Required | Default | Description |
|---|---|---|---|---|
args | array / string | No | - | |
command | array / string | No | - | |
env | array / object | No | - | |
envFrom | array | No | - | |
image | object | No | - | |
resources | object | No | - | ResourceRequirements describes the compute resource requi… |
securityContext | object | No | - | SecurityContext holds security configuration that will be… |