fix name helper
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 17s

This commit is contained in:
2025-05-24 01:35:57 -05:00
parent cb5c199d03
commit e98973b467
7 changed files with 38 additions and 38 deletions

View File

@@ -26,9 +26,9 @@ spec:
{{ $context := . -}}
{{ range .Values.backup.objectStore -}}
- name: barman-cloud.cloudnative-pg.io
isWALArchiver: {{ $context.isWALArchiver }}
isWALArchiver: {{ .isWALArchiver }}
parameters:
barmanObjectName: "{{ include "cluster.name" . }}-{{ $context.name }}-backup"
barmanObjectName: "{{ include "cluster.name" $context }}-{{ .name }}-backup"
{{ end -}}
{{ end }}
{{ if eq .Values.recovery.method "objectStore" }}