Skip to content

Commit

Permalink
Fix Syncer Tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Jul 24, 2024
1 parent dc45a4a commit 60139fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloudstack-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloudstack-csi
description: A Helm chart for CloudStack CSI driver
type: application
version: 2.0.1
version: 2.0.2
appVersion: 0.6.1
sources:
- https://github.com/Leaseweb/cloudstack-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudstack-csi/templates/syncer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
tolerations:
{{- with .Values.node.tolerations }}
{{- with .Values.syncer.tolerations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.syncer.affinity }}
Expand Down

0 comments on commit 60139fc

Please sign in to comment.