Skip to content

Commit ddf620e

Browse files
authored
Merge pull request #147 from Leaseweb/chart_syncer_job
Fix Helm chart syncer job template, release chart v2.0.1
2 parents 10614c6 + 9348bb8 commit ddf620e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/cloudstack-csi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cloudstack-csi
33
description: A Helm chart for CloudStack CSI driver
44
type: application
5-
version: 2.0.0
6-
appVersion: 0.6.0
5+
version: 2.0.1
6+
appVersion: 0.6.1
77
sources:
88
- https://github.com/Leaseweb/cloudstack-csi-driver
99
keywords:

charts/cloudstack-csi/templates/syncer-job.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ spec:
1919
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
2020
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
2121
tolerations:
22-
{ { - with .Values.node.tolerations } }
23-
{ { - toYaml . | nindent 8 } }
24-
{ { - end } }
22+
{{- with .Values.node.tolerations }}
23+
{{- toYaml . | nindent 8 }}
24+
{{- end }}
2525
{{- with .Values.syncer.affinity }}
2626
affinity: {{- toYaml . | nindent 8 }}
2727
{{- end }}
@@ -68,4 +68,4 @@ spec:
6868
path: /etc/cloudstack-csi-driver
6969
{{- end }}
7070
restartPolicy: {{ .Values.syncer.restartPolicy }}
71-
{{- end }}
71+
{{- end }}

0 commit comments

Comments
 (0)