We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2983e0f commit c49b635Copy full SHA for c49b635
2 files changed
deploy/csi-rclone/templates/_certificates-init-container.tpl
@@ -6,9 +6,9 @@
6
volumeMounts:
7
- name: etc-ssl-certs
8
mountPath: /etc/ssl/certs/
9
- {{- if or $customCAsEnabled $customCAsForMountsEnabled -}}
+ {{- if or $customCAsEnabled $customCAsForMountsEnabled }}
10
- name: custom-ca-certs
11
mountPath: /usr/local/share/ca-certificates
12
readOnly: true
13
- {{- end -}}
+ {{- end }}
14
{{- end -}}
deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml
@@ -21,7 +21,7 @@ spec:
21
serviceAccountName: {{ include "chart.fullname" . }}-nodeplugin
22
dnsPolicy: ClusterFirstWithHostNet
23
initContainers:
24
- {{- include "csiRcloneCertificates.initContainer" . | nindent 8 }}
+ {{- include "csiRcloneCertificates.initContainer" . | nindent 6 }}
25
containers:
26
- name: node-driver-registrar
27
args:
0 commit comments