fix client mount
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 28s
All checks were successful
release-charts-cloudfbarman-cloudlared / release (push) Successful in 28s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: barman-cloud
|
name: barman-cloud
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
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
|
||||||
|
|
||||||
|
@@ -82,6 +82,13 @@ persistence:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: server
|
subPath: server
|
||||||
|
client-tls:
|
||||||
|
enabled: true
|
||||||
|
type: secret
|
||||||
|
name: {{ .Values.name }}-client-tls
|
||||||
|
advancedMounts:
|
||||||
|
main:
|
||||||
|
main:
|
||||||
- path: /client
|
- path: /client
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
|
Reference in New Issue
Block a user