Revert "Removed unused certificate mounts from helm chart" (#6597)

Revert "Removed unused certificate mounts from helm chart (#6581)"

This reverts commit 65b0a7cf83.
This commit is contained in:
Chris Lu
2025-03-03 10:59:28 -08:00
committed by GitHub
parent d3221099bf
commit 91a9631904
4 changed files with 40 additions and 5 deletions

View File

@@ -207,9 +207,18 @@ spec:
- name: ca-cert
readOnly: true
mountPath: /usr/local/share/ca-certificates/ca/
- name: master-cert
readOnly: true
mountPath: /usr/local/share/ca-certificates/master/
- name: volume-cert
readOnly: true
mountPath: /usr/local/share/ca-certificates/volume/
- name: filer-cert
readOnly: true
mountPath: /usr/local/share/ca-certificates/filer/
- name: client-cert
readOnly: true
mountPath: /usr/local/share/ca-certificates/client/
{{- end }}
{{ tpl .Values.volume.extraVolumeMounts . | nindent 12 | trim }}
ports: