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

This commit is contained in:
2025-05-24 12:02:30 -05:00
parent a3f42e13ce
commit dc4df55373
3 changed files with 2 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ persistence:
- path: /server
readOnly: true
mountPropagation: None
subPath: server
client-tls:
enabled: true
type: secret
@@ -92,7 +91,6 @@ persistence:
- path: /client
readOnly: true
mountPropagation: None
subPath: client
{{ end }}
{{ $_ := mergeOverwrite .Values (include "barman-cloud.hardcodedValues" . | fromYaml) }}