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 10614c6 commit b5e44e1Copy full SHA for b5e44e1
charts/cloudstack-csi/templates/syncer-job.yaml
@@ -19,9 +19,9 @@ spec:
19
securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }}
20
serviceAccountName: {{ .Values.syncer.serviceAccount.name }}
21
tolerations:
22
- { { - with .Values.node.tolerations } }
23
- { { - toYaml . | nindent 8 } }
24
- { { - end } }
+ {{- with .Values.node.tolerations }}
+ {{- toYaml . | nindent 8 }}
+ {{- end }}
25
{{- with .Values.syncer.affinity }}
26
affinity: {{- toYaml . | nindent 8 }}
27
{{- end }}
@@ -68,4 +68,4 @@ spec:
68
path: /etc/cloudstack-csi-driver
69
70
restartPolicy: {{ .Values.syncer.restartPolicy }}
71
-{{- end }}
+{{- end }}
0 commit comments