feat(chart): make schedule configurable with prod default
This commit is contained in:
parent
f018611efb
commit
5ca80252ad
2 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ kind: CronJob
|
|||
metadata:
|
||||
name: {{ include "wsj-standup.fullname" . }}-job
|
||||
spec:
|
||||
schedule: "* * * * *"
|
||||
schedule: {{ .Values.schedule | quote }}
|
||||
jobTemplate:
|
||||
spec:
|
||||
backoffLimit: 4
|
||||
|
|
|
|||
Reference in a new issue