fix name helper
Some checks failed
release-charts-postgres-cluster / release (push) Failing after 18s

This commit is contained in:
2025-05-24 01:19:55 -05:00
parent df4bb2acd7
commit cb5c199d03
3 changed files with 5 additions and 5 deletions

View File

@@ -14,10 +14,10 @@ spec:
configuration:
destinationPath: {{ $context.destinationPath }}
endpointURL: {{ $context.endpointURL }}
{{- if $context.endpointCA.enabled }}
{{- if .endpointCA.enabled }}
endpointCA:
name: {{ $context.endpointCA.name }}
key: {{ $context.endpointCA.key }}
name: {{ .endpointCA.name }}
key: {{ .endpointCA.key }}
{{- end }}
{{- if not (empty $context.clusterName) }}
serverName: "{{ $context.clusterName }}-backup-{{ $context.index }}"