fix(notes): Fix python path for self signed certs

This commit is contained in:
Thomas Kaltenbrunner
2025-10-03 23:03:08 +02:00
parent 98283aeef7
commit c4279d11bb

View File

@@ -149,7 +149,7 @@ backend:
subPath: "theme.json" subPath: "theme.json"
{{- if .Values.certificate.selfSigned }} {{- if .Values.certificate.selfSigned }}
- name: "trusted-cert-secret-volume" - name: "trusted-cert-secret-volume"
mountPath: "/usr/local/lib/python3.12/site-packages/certifi/cacert.pem" mountPath: "/usr/local/lib/python3.13/site-packages/certifi/cacert.pem"
subPath: "ca-certificates.crt" subPath: "ca-certificates.crt"
{{- end }} {{- end }}