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
| event-reporters.rollout.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
284
+
| event-reporters.rollout.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.rollout.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
289
+
| event-reporters.rollout.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
290
+
| event-reporters.rollout.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
291
+
| event-reporters.rollout.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
292
+
| event-reporters.rollout.sensor.retryStrategy.steps | int |`3`| Number of retries |
293
+
| event-reporters.rollout.sensor.tolerations | list |`[]`||
| event-reporters.workflow.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
302
+
| event-reporters.workflow.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.workflow.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
307
+
| event-reporters.workflow.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
308
+
| event-reporters.workflow.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
309
+
| event-reporters.workflow.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
310
+
| event-reporters.workflow.sensor.retryStrategy.steps | int |`3`| Number of retries |
311
+
| event-reporters.workflow.sensor.tolerations | list |`[]`||
| gitops-operator.config.commitStatusPollingInterval | string |`"10s"`| Commit status polling interval |
282
315
| gitops-operator.config.maxConcurrentReleases | int |`100`| Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime) |
0 commit comments