Skip to content

Commit 40741dd

Browse files
Frederic SpiersixxeL2097
authored andcommitted
fix(minio): reduce ttlSecondsAfterFinished to 20sec
1 parent 4e93e9d commit 40741dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

charts/minio/templates/post-job.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ metadata:
66
namespace: {{ .Release.Namespace }}
77
labels:
88
{{- include "minio.labels" . | nindent 4 }}
9-
annotations:
10-
"helm.sh/hook": post-install,post-upgrade
11-
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
12-
"helm.sh/hook-weight": "0"
139
{{- if .Values.commonAnnotations }}
10+
annotations:
1411
{{- include "minio.annotations" . | nindent 4 }}
1512
{{- end }}
1613
spec:
17-
ttlSecondsAfterFinished: 600
14+
ttlSecondsAfterFinished: 20
1815
activeDeadlineSeconds: 300
1916
completions: 1
2017
parallelism: 1

0 commit comments

Comments
 (0)