fix client mount
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 28s

This commit is contained in:
2025-05-24 11:57:30 -05:00
parent a48262f115
commit a3f42e13ce
3 changed files with 9 additions and 2 deletions

View File

@@ -82,6 +82,13 @@ persistence:
readOnly: true
mountPropagation: None
subPath: server
client-tls:
enabled: true
type: secret
name: {{ .Values.name }}-client-tls
advancedMounts:
main:
main:
- path: /client
readOnly: true
mountPropagation: None