Skip to content

Commit

Permalink
Increase crd-manager job ttl to 5 mins
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 22, 2024
1 parent 6b61c57 commit 7a4a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubedb-crd-manager/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
{{- include "kubedb-crd-manager.labels" . | nindent 4 }}
spec:
backoffLimit: 3
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 300
template:
metadata:
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit 7a4a9d3

Please sign in to comment.