We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e93e9d commit 40741ddCopy full SHA for 40741dd
charts/minio/templates/post-job.yaml
@@ -6,15 +6,12 @@ metadata:
6
namespace: {{ .Release.Namespace }}
7
labels:
8
{{- 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"
13
{{- if .Values.commonAnnotations }}
+ annotations:
14
{{- include "minio.annotations" . | nindent 4 }}
15
{{- end }}
16
spec:
17
- ttlSecondsAfterFinished: 600
+ ttlSecondsAfterFinished: 20
18
activeDeadlineSeconds: 300
19
completions: 1
20
parallelism: 1
0 commit comments