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
@@ -347,6 +347,8 @@ event-reporters:
347
347
logging:
348
348
enabled: false
349
349
intervalSeconds: 0
350
+
# -- At Least Once
351
+
atLeastOnce: true
350
352
# -- Retry strategy for events sent to Codefresh
351
353
retryStrategy:
352
354
# -- Number of retries
@@ -357,6 +359,15 @@ event-reporters:
357
359
factor: 1.0
358
360
# -- The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`.
359
361
jitter: 1
362
+
policy:
363
+
status:
364
+
allow:
365
+
- 200
366
+
- 201
367
+
- 204
368
+
- 400
369
+
- 401
370
+
- 404
360
371
replicas: 1
361
372
resources: {}
362
373
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
@@ -378,6 +389,8 @@ event-reporters:
378
389
logging:
379
390
enabled: false
380
391
intervalSeconds: 0
392
+
# -- At Least Once
393
+
atLeastOnce: true
381
394
# -- Retry strategy for events sent to Codefresh
382
395
retryStrategy:
383
396
# -- Number of retries
@@ -388,6 +401,15 @@ event-reporters:
388
401
factor: 1.0
389
402
# -- The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`.
390
403
jitter: 1
404
+
policy:
405
+
status:
406
+
allow:
407
+
- 200
408
+
- 201
409
+
- 204
410
+
- 400
411
+
- 401
412
+
- 404
391
413
replicas: 1
392
414
resources: {}
393
415
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
0 commit comments