Skip to content

Commit c49b635

Browse files
committed
fix chomping
1 parent 2983e0f commit c49b635

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/csi-rclone/templates/_certificates-init-container.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
volumeMounts:
77
- name: etc-ssl-certs
88
mountPath: /etc/ssl/certs/
9-
{{- if or $customCAsEnabled $customCAsForMountsEnabled -}}
9+
{{- if or $customCAsEnabled $customCAsForMountsEnabled }}
1010
- name: custom-ca-certs
1111
mountPath: /usr/local/share/ca-certificates
1212
readOnly: true
13-
{{- end -}}
13+
{{- end }}
1414
{{- end -}}

deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: {{ include "chart.fullname" . }}-nodeplugin
2222
dnsPolicy: ClusterFirstWithHostNet
2323
initContainers:
24-
{{- include "csiRcloneCertificates.initContainer" . | nindent 8 }}
24+
{{- include "csiRcloneCertificates.initContainer" . | nindent 6 }}
2525
containers:
2626
- name: node-driver-registrar
2727
args:

0 commit comments

Comments
 (0)