File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cloudstack-csi
33description : A Helm chart for CloudStack CSI driver
44type : application
5- version : 3.0.1
5+ version : 3.0.2
66appVersion : 3.0.0
77sources :
88 - https://github.com/cloudstack/cloudstack-csi-driver
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ metadata:
1414 {{- end }}
1515spec :
1616 backoffLimit : {{ .Values.syncer.backoffLimit }}
17+ ttlSecondsAfterFinished : {{ .Values.syncer.ttlSecondsAfterFinished }}
1718 template :
1819 spec :
1920 securityContext : {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
Original file line number Diff line number Diff line change @@ -350,6 +350,7 @@ syncer:
350350
351351 # Job configurations
352352 backoffLimit : 4
353+ ttlSecondsAfterFinished : 60
353354 restartPolicy : Never
354355
355356 # securityContext on the syncer job
You can’t perform that action at this time.
0 commit comments