You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/flux/components/helm/options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ please see the [bootstrap customization guide](/flux/installation/configuration/
37
37
|`--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) |
38
38
|`--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. |
39
39
|`--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. |
40
+
|`--override-manager`| stringArray | List of field managers to override during drift detection e.g. '--override-manager=kubectl-edit --override-manager=kubectl-patch' |
40
41
|`--requeue-dependency`| duration | The interval at which failing dependencies are reevaluated. (default 30s) |
41
42
|`--snapshot-digest-algo`| string | The algorithm to use to calculate the digest of Helm release storage snapshots. (default "sha256") |
42
43
|`--token-cache-max-size`| int | The maximum amount of entries in the LRU cache used for tokens. (default 100, enabled) |
0 commit comments