Skip to content

Commit a002222

Browse files
committed
Add '--override-manager' option to helm options
Signed-off-by: Yasin Özel <[email protected]>
1 parent 6b70bd5 commit a002222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/flux/components/helm/options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ please see the [bootstrap customization guide](/flux/installation/configuration/
3737
| `--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) |
3838
| `--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. |
3939
| `--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' |
4041
| `--requeue-dependency` | duration | The interval at which failing dependencies are reevaluated. (default 30s) |
4142
| `--snapshot-digest-algo` | string | The algorithm to use to calculate the digest of Helm release storage snapshots. (default "sha256") |
4243
| `--token-cache-max-size` | int | The maximum amount of entries in the LRU cache used for tokens. (default 100, enabled) |

0 commit comments

Comments
 (0)