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: charts/gitops-runtime/values.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,8 @@ event-reporters:
374
374
logging:
375
375
enabled: false
376
376
intervalSeconds: 0
377
+
# -- At Least Once
378
+
atLeastOnce: true
377
379
# -- Retry strategy for events sent to Codefresh
378
380
retryStrategy:
379
381
# -- Number of retries
@@ -384,6 +386,15 @@ event-reporters:
384
386
factor: 1.0
385
387
# -- The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`.
386
388
jitter: 1
389
+
policy:
390
+
status:
391
+
allow:
392
+
- 200
393
+
- 201
394
+
- 204
395
+
- 400
396
+
- 401
397
+
- 404
387
398
replicas: 1
388
399
resources: {}
389
400
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
@@ -405,6 +416,8 @@ event-reporters:
405
416
logging:
406
417
enabled: false
407
418
intervalSeconds: 0
419
+
# -- At Least Once
420
+
atLeastOnce: true
408
421
# -- Retry strategy for events sent to Codefresh
409
422
retryStrategy:
410
423
# -- Number of retries
@@ -415,6 +428,15 @@ event-reporters:
415
428
factor: 1.0
416
429
# -- The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`.
417
430
jitter: 1
431
+
policy:
432
+
status:
433
+
allow:
434
+
- 200
435
+
- 201
436
+
- 204
437
+
- 400
438
+
- 401
439
+
- 404
418
440
replicas: 1
419
441
resources: {}
420
442
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
0 commit comments