Skip to content

Commit

Permalink
Update job-dbcreate.yaml
Browse files Browse the repository at this point in the history
Force job to be cleanned after completed in all cases. Prevent helm reinstall issue because job name collision.
  • Loading branch information
jfv-opensource authored Dec 20, 2023
1 parent 952d529 commit a047c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ocsinventory/templates/job-dbcreate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
"helm.sh/hook-delete-policy": hook-succeeded
spec:
activeDeadlineSeconds: 300
ttlSecondsAfterFinished: 60
backoffLimit: 10
completions: 1
parallelism: 1
Expand Down

0 comments on commit a047c59

Please sign in to comment.