docs: Explicitly mention defaultContainerOptions fields

This commit is contained in:
Bernd Schorgers 2024-08-27 15:14:47 +02:00
parent 54fc3303cf
commit f3d7b3891b
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -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. 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 ## Only applying to regular containers
By default the `defaultContainerOptions` will be applied to both `initContainers` and regular `containers`. By default the `defaultContainerOptions` will be applied to both `initContainers` and regular `containers`.