update to use object store crd
Some checks failed
release-charts-postgres-cluster / release (push) Failing after 1m9s

This commit is contained in:
2025-05-24 00:39:04 -05:00
parent 9c2afe436d
commit 884cae31a3
10 changed files with 245 additions and 290 deletions

View File

@@ -11,9 +11,15 @@ metadata:
{{- include "cluster.labels" $context | nindent 4 }}
spec:
immediate: true
schedule: {{ .schedule | quote }}
backupOwnerReference: {{ .backupOwnerReference }}
suspend: {{ $context.suspend }}
schedule: {{ $context.schedule | quote }}
backupOwnerReference: {{ $context.backupOwnerReference }}
cluster:
name: {{ include "cluster.name" $context }}-cluster
method: plugin
pluginConfiguration:
name: {{ $context.plugin }}
parameters:
barmanObjectName: "{{ include "cluster.name" . }}-{{ $context.backupName }}-backup"
{{ end -}}
{{ end }}