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: docs/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ with advanced source composition and decomposition patterns.
21
21
|`--artifact-retention-ttl`| duration | The duration of time that artifacts from previous reconciliations will be kept in storage before being garbage collected. (default 1m0s) |
22
22
|`--concurrent`| int | The number of concurrent reconciles per controller. (default 10) |
23
23
|`--enable-leader-election`| boolean | Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager. |
24
+
|`--events-addr`| string | The address of the events receiver. |
24
25
|`--health-addr`| string | The address the health endpoint binds to. (default ":9440") |
25
26
|`--http-retry`| int | The maximum number of retries when failing to fetch artifacts over HTTP. (default 9) |
26
27
|`--interval-jitter-percentage`| uint8 | Percentage of jitter to apply to interval durations. A value of 10 will apply a jitter of +/-10% to the interval duration. It cannot be negative, and must be less than 100. (default 5) |
@@ -39,6 +40,7 @@ with advanced source composition and decomposition patterns.
39
40
|`--storage-addr`| string | The address the static file server binds to. (default ":9090") |
40
41
|`--storage-adv-addr`| string | The advertised address of the static file server. |
41
42
|`--storage-path`| string | The local storage path. (default "/data") |
43
+
|`--watch-all-namespaces`| boolean | Watch for resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) |
42
44
|`--feature-gates`| mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. |
0 commit comments