mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
docs: Explicitly mention defaultContainerOptions fields
This commit is contained in:
parent
54fc3303cf
commit
f3d7b3891b
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ hide:
|
|||
|
||||
It is possible to configure default container options under the `controllers.*.defaultContainerOptions` key. These options will be applied to all containers within the controller.
|
||||
|
||||
The following fields can be configured on this level:
|
||||
|
||||
- `args`
|
||||
- `command`
|
||||
- `env`
|
||||
- `envFrom`
|
||||
- `image`
|
||||
- `resources`
|
||||
- `securityContext`
|
||||
|
||||
## Only applying to regular containers
|
||||
|
||||
By default the `defaultContainerOptions` will be applied to both `initContainers` and regular `containers`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue