Skip to content

Commit

Permalink
Merge pull request #118 from maykinmedia/feature/oz-on-jobs
Browse files Browse the repository at this point in the history
Add ttlSecondsAfterFinished to oz and on job configs
  • Loading branch information
sjoerdie authored Jul 5, 2024
2 parents 31855d2 + 7e7ef4c commit b003906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/opennotificaties/templates/job-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
{{- include "opennotificaties.configLabels" . | nindent 4 }}
spec:
backoffLimit: {{ .Values.configuration.job.backoffLimit }}
ttlSecondsAfterFinished: {{ .Values.configuration.job.ttlSecondsAfterFinished }}
template:
metadata:
annotations:
Expand Down
1 change: 1 addition & 0 deletions charts/openzaak/templates/job-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
{{- include "openzaak.configLabels" . | nindent 4 }}
spec:
backoffLimit: {{ .Values.configuration.job.backoffLimit }}
ttlSecondsAfterFinished: {{ .Values.configuration.job.ttlSecondsAfterFinished }}
template:
metadata:
annotations:
Expand Down

0 comments on commit b003906

Please sign in to comment.