We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365e63 commit 5342da0Copy full SHA for 5342da0
2 files changed
deploy/csi-rclone/templates/_certificates-env.tpl
deploy/csi-rclone/templates/_certificates-volume-mounts.tpl
@@ -3,24 +3,3 @@
3
mountPath: /etc/ssl/certs/
4
readOnly: true
5
{{- end -}}
6
-
7
-{{- define "csiRcloneCertificates.volumeMounts.openjdk14" -}}
8
-- name: etc-ssl-certs
9
- mountPath: /opt/openjdk-14/lib/security/cacerts
10
- subPath: java/cacerts
11
- readOnly: true
12
-{{- end -}}
13
14
-{{- define "csiRcloneCertificates.volumeMounts.javaCertsGeneral" -}}
15
16
- mountPath: /etc/ssl/certs/java/cacerts
17
18
19
20
21
-{{- define "csiRcloneCertificates.volumeMounts.openjdk17" -}}
22
23
- mountPath: /opt/java/openjdk/lib/security/cacerts
24
25
26
0 commit comments