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
|
apiVersion: v2
|
||||||
name: barman-cloud
|
name: barman-cloud
|
||||||
version: 0.2.4
|
version: 0.2.5
|
||||||
description: Barman Cloud Plugin
|
description: Barman Cloud Plugin
|
||||||
keywords:
|
keywords:
|
||||||
- barman-cloud
|
- barman-cloud
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# barman-cloud
|
# barman-cloud
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Barman Cloud Plugin
|
Barman Cloud Plugin
|
||||||
|
|
||||||
|
@@ -81,7 +81,6 @@ persistence:
|
|||||||
- path: /server
|
- path: /server
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: server
|
|
||||||
client-tls:
|
client-tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: secret
|
type: secret
|
||||||
@@ -92,7 +91,6 @@ persistence:
|
|||||||
- path: /client
|
- path: /client
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: client
|
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $_ := mergeOverwrite .Values (include "barman-cloud.hardcodedValues" . | fromYaml) }}
|
{{ $_ := mergeOverwrite .Values (include "barman-cloud.hardcodedValues" . | fromYaml) }}
|
||||||
|
Reference in New Issue
Block a user