fix client mountg
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 35s
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 35s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: barman-cloud
|
||||
version: 0.2.4
|
||||
version: 0.2.5
|
||||
description: Barman Cloud Plugin
|
||||
keywords:
|
||||
- barman-cloud
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# barman-cloud
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Barman Cloud Plugin
|
||||
|
||||
|
@@ -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) }}
|
||||
|
Reference in New Issue
Block a user