add default endpoint
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 44s
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 44s
This commit is contained in:
@@ -24,7 +24,7 @@ spec:
|
||||
{{ end }}
|
||||
{{- range $objectStore := .Values.backup.objectStore }}
|
||||
- name: barman-cloud.cloudnative-pg.io
|
||||
isWALArchiver: {{ $objectStore.isWALArchiver }}
|
||||
isWALArchiver: {{ $objectStore.isWALArchiver | default true }}
|
||||
parameters:
|
||||
barmanObjectName: "{{ include "cluster.name" $ }}-{{ $objectStore.name }}-backup"
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user