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
# -- Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow.
349
-
logging:
350
-
enabled: false
351
-
intervalSeconds: 0
352
-
# -- Retry strategy for events sent to Codefresh
353
-
retryStrategy:
354
-
# -- Number of retries
355
-
steps: 3
356
-
# -- The initial duration, use strings like "2s", "1m"
357
-
duration: 0
358
-
# -- Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative
359
-
factor: 1.0
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`.
361
-
jitter: 1
362
-
replicas: 1
363
-
resources: {}
364
-
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
365
-
env: {}
366
-
tolerations: []
367
-
nodeSelector: {}
368
-
affinity: {}
369
-
workflow:
370
-
serviceAccount:
371
-
create: true
372
-
eventSource:
373
-
replicas: 1
374
-
resources: {}
375
-
tolerations: []
376
-
nodeSelector: {}
377
-
affinity: {}
378
-
sensor:
379
-
# -- Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow.
380
-
logging:
381
-
enabled: false
382
-
intervalSeconds: 0
383
-
# -- Retry strategy for events sent to Codefresh
384
-
retryStrategy:
385
-
# -- Number of retries
386
-
steps: 3
387
-
# -- The initial duration, use strings like "2s", "1m"
388
-
duration: 0
389
-
# -- Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative
390
-
factor: 1.0
391
-
# -- The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`.
392
-
jitter: 1
393
-
replicas: 1
394
-
resources: {}
395
-
# -- Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs
0 commit comments