add barman
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 17s

This commit is contained in:
2025-05-24 12:38:46 -05:00
parent a70137cfbd
commit 5cca3b2717
5 changed files with 6 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ Generate recovery server name
{{- if .Values.recovery.recoveryServerName -}}
{{- .Values.recovery.recoveryServerName -}}
{{- else -}}
{{- printf "%s-backup-%s" (include "cluster.name" .) (toString .Values.recovery.recoveryIndex) | trunc 63 | trimSuffix "-" -}}
{{- printf "%s-backup-%s" (include "cluster.name" .) (toString .Values.recovery.objectStore.index) | trunc 63 | trimSuffix "-" -}}
{{- end }}
{{- end }}