Skip to content

Commit 60139fc

Browse files
committed
Fix Syncer Tolerations
1 parent dc45a4a commit 60139fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cloudstack-csi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cloudstack-csi
33
description: A Helm chart for CloudStack CSI driver
44
type: application
5-
version: 2.0.1
5+
version: 2.0.2
66
appVersion: 0.6.1
77
sources:
88
- https://github.com/Leaseweb/cloudstack-csi-driver

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
2020
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
2121
tolerations:
22-
{{- with .Values.node.tolerations }}
22+
{{- with .Values.syncer.tolerations }}
2323
{{- toYaml . | nindent 8 }}
2424
{{- end }}
2525
{{- with .Values.syncer.affinity }}

0 commit comments

Comments
 (0)