From a002222313a29973df59502403e5e388842b0871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yasin=20=C3=96zel?= Date: Tue, 9 Dec 2025 12:48:33 +0100 Subject: [PATCH] Add '--override-manager' option to helm options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yasin Özel --- content/en/flux/components/helm/options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/flux/components/helm/options.md b/content/en/flux/components/helm/options.md index fe4c78da2..6f4b94f70 100644 --- a/content/en/flux/components/helm/options.md +++ b/content/en/flux/components/helm/options.md @@ -37,6 +37,7 @@ please see the [bootstrap customization guide](/flux/installation/configuration/ | `--oom-watch-memory-threshold` | unit8 | The memory threshold in percentage at which the OOM watcher will trigger a graceful shutdown. Requires feature gate 'OOMWatch' to be enabled. (default 95) | | `--oom-watch-max-memory-path` | string | The path to the cgroup memory limit file. Requires feature gate 'OOMWatch' to be enabled. If not set, the path will be automatically detected. | | `--oom-watch-current-memory-path` | string | The path to the cgroup current memory usage file. Requires feature gate 'OOMWatch' to be enabled. If not set, the path will be automatically detected. | +| `--override-manager` | stringArray | List of field managers to override during drift detection e.g. '--override-manager=kubectl-edit --override-manager=kubectl-patch' | | `--requeue-dependency` | duration | The interval at which failing dependencies are reevaluated. (default 30s) | | `--snapshot-digest-algo` | string | The algorithm to use to calculate the digest of Helm release storage snapshots. (default "sha256") | | `--token-cache-max-size` | int | The maximum amount of entries in the LRU cache used for tokens. (default 100, enabled) |