File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : cloudstack-csi
33description : A Helm chart for CloudStack CSI driver
44type : application
5- version : 2.0.0
6- appVersion : 0.6.0
5+ version : 2.0.1
6+ appVersion : 0.6.1
77sources :
88 - https://github.com/Leaseweb/cloudstack-csi-driver
99keywords :
Original file line number Diff line number Diff line change 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 }}
6868 path : /etc/cloudstack-csi-driver
6969 {{- end }}
7070 restartPolicy : {{ .Values.syncer.restartPolicy }}
71- {{- end }}
71+ {{- end }}
You can’t perform that action at this time.
0 commit comments