From f3d7b3891b1c2422e5bf8ac2145d03241b8a3bcb Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Tue, 27 Aug 2024 15:14:47 +0200 Subject: [PATCH] docs: Explicitly mention defaultContainerOptions fields --- docs/common-library/howto/default-container-options.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`.