bodhi / critpath: fix spec to be valid
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0f91c69c5c
commit
fe1d94e8c6
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,6 @@ spec:
|
|||
schedule: "10 3 * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 300
|
||||
jobTemplate:
|
||||
spec:
|
||||
backoffLimit: 0
|
||||
|
@ -35,7 +33,8 @@ spec:
|
|||
mountPath: /bodhi-critpath
|
||||
readOnly: false
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 300
|
||||
volumes:
|
||||
- name: bodhi-critpath
|
||||
persistentVolumeClaim:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue