We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc45a4a commit 60139fcCopy full SHA for 60139fc
charts/cloudstack-csi/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: cloudstack-csi
3
description: A Helm chart for CloudStack CSI driver
4
type: application
5
-version: 2.0.1
+version: 2.0.2
6
appVersion: 0.6.1
7
sources:
8
- https://github.com/Leaseweb/cloudstack-csi-driver
charts/cloudstack-csi/templates/syncer-job.yaml
@@ -19,7 +19,7 @@ spec:
19
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
20
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
21
tolerations:
22
- {{- with .Values.node.tolerations }}
+ {{- with .Values.syncer.tolerations }}
23
{{- toYaml . | nindent 8 }}
24
{{- end }}
25
{{- with .Values.syncer.affinity }}
0 commit comments