Skip to content

Commit

Permalink
Merge pull request #147 from Leaseweb/chart_syncer_job
Browse files Browse the repository at this point in the history
Fix Helm chart syncer job template, release chart v2.0.1
  • Loading branch information
hrak authored Jul 24, 2024
2 parents 10614c6 + 9348bb8 commit ddf620e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/cloudstack-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cloudstack-csi
description: A Helm chart for CloudStack CSI driver
type: application
version: 2.0.0
appVersion: 0.6.0
version: 2.0.1
appVersion: 0.6.1
sources:
- https://github.com/Leaseweb/cloudstack-csi-driver
keywords:
Expand Down
8 changes: 4 additions & 4 deletions charts/cloudstack-csi/templates/syncer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
tolerations:
{ { - with .Values.node.tolerations } }
{ { - toYaml . | nindent 8 } }
{ { - end } }
{{- with .Values.node.tolerations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.syncer.affinity }}
affinity: {{- toYaml . | nindent 8 }}
{{- end }}
Expand Down Expand Up @@ -68,4 +68,4 @@ spec:
path: /etc/cloudstack-csi-driver
{{- end }}
restartPolicy: {{ .Values.syncer.restartPolicy }}
{{- end }}
{{- end }}

0 comments on commit ddf620e

Please sign in to comment.