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

This commit is contained in:
2025-05-24 01:14:01 -05:00
parent 7f494fcc1e
commit df4bb2acd7
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ spec:
configuration:
destinationPath: {{ $context.destinationPath }}
endpointURL: {{ $context.endpointURL }}
{{- if not (empty $context.endpointCA.name) }}
{{- if $context.endpointCA.enabled }}
endpointCA:
name: {{ $context.endpointCA.name }}
key: {{ $context.endpointCA.key }}
@@ -67,7 +67,7 @@ spec:
configuration:
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
{{- if not (empty .Values.recovery.objectStore.endpointCA.name) }}
{{- if .Values.recovery.objectStore.endpointCA.enabled }}
endpointCA:
name: {{ .Values.recovery.objectStore.endpointCA.name }}
key: {{ .Values.recovery.objectStore.endpointCA.key }}