Skip to content

Commit acac506

Browse files
committed
vrt-bot: fix ttlSecondsAfterFinished placement
1 parent c61f399 commit acac506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vrt-bot/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: vrt-bot
33
description: A Helm chart for deploying vrt-bot
44
type: application
5-
version: 1.2.0
5+
version: 1.2.1
66
appVersion: "0.0.1"

vrt-bot/templates/vrtbot-cronjob.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spec:
1010
successfulJobsHistoryLimit: 2
1111
failedJobsHistoryLimit: 3
1212
jobTemplate:
13+
ttlSecondsAfterFinished: 3600
1314
metadata:
1415
{{- with .Values.podAnnotations }}
1516
annotations:
@@ -19,7 +20,6 @@ spec:
1920
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
2021
spec:
2122
template:
22-
ttlSecondsAfterFinished: 3600
2323
spec:
2424
{{- with .Values.imagePullSecrets }}
2525
imagePullSecrets:

0 commit comments

Comments
 (0)