We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0c9f5 commit 646ffdbCopy full SHA for 646ffdb
2 files changed
charts/cloudstack-csi/templates/syncer-job.yaml
@@ -14,6 +14,7 @@ metadata:
14
{{- end }}
15
spec:
16
backoffLimit: {{ .Values.syncer.backoffLimit }}
17
+ ttlSecondsAfterFinished: {{ .Values.syncer.ttlSecondsAfterFinished }}
18
template:
19
20
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
charts/cloudstack-csi/values.yaml
@@ -350,6 +350,7 @@ syncer:
350
351
# Job configurations
352
backoffLimit: 4
353
+ ttlSecondsAfterFinished: 60
354
restartPolicy: Never
355
356
# securityContext on the syncer job
0 commit comments