Skip to content

Commit da2d026

Browse files
committed
Fix ttlSecondsAfterFinished position in the YAML template
1 parent 405b21a commit da2d026

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

osm-seed/templates/db/db-backup-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spec:
1313
successfulJobsHistoryLimit: 2
1414
failedJobsHistoryLimit: 2
1515
startingDeadlineSeconds: 100
16-
ttlSecondsAfterFinished: 300
1716
concurrencyPolicy: Forbid
1817
jobTemplate:
1918
spec:
19+
ttlSecondsAfterFinished: 300
2020
template:
2121
spec:
2222
containers:

osm-seed/templates/jobs/full-history-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ metadata:
1111
spec:
1212
schedule: {{ quote .Values.fullHistory.schedule }}
1313
startingDeadlineSeconds: 100
14-
ttlSecondsAfterFinished: 300
1514
successfulJobsHistoryLimit: 2
1615
failedJobsHistoryLimit: 2
1716
concurrencyPolicy: Forbid
1817
jobTemplate:
1918
spec:
19+
ttlSecondsAfterFinished: 300
2020
template:
2121
spec:
2222
containers:

osm-seed/templates/jobs/osm-simple-metrics-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ spec:
1212
schedule: {{ quote .Values.osmSimpleMetrics.schedule }}
1313
startingDeadlineSeconds: 100
1414
successfulJobsHistoryLimit: 2
15-
ttlSecondsAfterFinished: 300
1615
failedJobsHistoryLimit: 2
1716
concurrencyPolicy: Forbid
1817
jobTemplate:
1918
spec:
19+
ttlSecondsAfterFinished: 300
2020
template:
2121
spec:
2222
containers:

osm-seed/templates/jobs/planet-dump-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ spec:
1212
schedule: {{ quote .Values.planetDump.schedule }}
1313
startingDeadlineSeconds: 100
1414
successfulJobsHistoryLimit: 2
15-
ttlSecondsAfterFinished: 300
1615
failedJobsHistoryLimit: 2
1716
concurrencyPolicy: Forbid
1817
jobTemplate:
1918
spec:
19+
ttlSecondsAfterFinished: 300
2020
template:
2121
spec:
2222
{{- if .Values.planetDump.nodeSelector.enabled }}

osm-seed/templates/jobs/replication-monitoring-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spec:
1313
startingDeadlineSeconds: 100
1414
successfulJobsHistoryLimit: 2
1515
failedJobsHistoryLimit: 2
16-
ttlSecondsAfterFinished: 60
1716
concurrencyPolicy: Forbid
1817
jobTemplate:
1918
spec:
19+
ttlSecondsAfterFinished: 60
2020
template:
2121
spec:
2222
{{- if .Values.monitoringReplication.nodeSelector.enabled }}

0 commit comments

Comments
 (0)