Be more explicit about job completions
This commit is contained in:
parent
bddc6bf88e
commit
f720cbcac5
2 changed files with 2 additions and 0 deletions
|
|
@ -27,4 +27,5 @@ spec:
|
|||
configMap:
|
||||
name: runboat-scripts
|
||||
restartPolicy: Never
|
||||
completions: 1
|
||||
backoffLimit: 6
|
||||
|
|
|
|||
|
|
@ -39,5 +39,6 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
restartPolicy: Never
|
||||
completions: 1
|
||||
backoffLimit: 0
|
||||
activeDeadlineSeconds: 1200
|
||||
|
|
|
|||
Loading…
Reference in a new issue