Skip to content

Commit

Permalink
chore(qbtools): cronjob nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 16, 2023
1 parent e4acec7 commit 2630abd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ spec:
enabled: false
tagging:
type: cronjob
cronjob:
cronjob: &cronjob
schedule: "@hourly"
timeZone: &timeZone ${TIMEZONE}
concurrencyPolicy: Forbid
successfulJobsHistory: 1
failedJobsHistory: 1
annotations:
configmap.reloader.stakater.com/reload: &configMap qbtools-configmap
initContainers:
Expand Down Expand Up @@ -107,8 +110,8 @@ spec:
orphaned:
type: cronjob
cronjob:
<<: *cronjob
schedule: "@daily"
timeZone: *timeZone
containers:
main:
image: *image
Expand Down

0 comments on commit 2630abd

Please sign in to comment.