diff --git a/docs/common-library/howto/default-container-options.md b/docs/common-library/howto/default-container-options.md index 2f5e55ad..c332409c 100644 --- a/docs/common-library/howto/default-container-options.md +++ b/docs/common-library/howto/default-container-options.md @@ -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`.