This commit is contained in:
parent
f83d91d991
commit
22f8ac10c6
@ -37,11 +37,10 @@ securityContext: {}
|
||||
# runAsUser: 1000
|
||||
|
||||
cronjob:
|
||||
# At 01:00 every day
|
||||
schedule: '*/5 * * * *'
|
||||
concurrencyPolicy: ''
|
||||
failedJobsHistoryLimit: ''
|
||||
successfulJobsHistoryLimit: ''
|
||||
schedule: '@hourly'
|
||||
concurrencyPolicy: Forbid
|
||||
failedJobsHistoryLimit: 3
|
||||
successfulJobsHistoryLimit: 1
|
||||
|
||||
renovate:
|
||||
env: {}
|
||||
|
Loading…
Reference in New Issue
Block a user