change method
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 18s

This commit is contained in:
2025-05-24 01:41:10 -05:00
parent e98973b467
commit e57f859564
4 changed files with 9 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ spec:
configuration:
destinationPath: {{ .destinationPath }}
endpointURL: {{ .endpointURL }}
{{ if .endpointCA.enabled }}
{{ if .endpointCA.name }}
endpointCA:
name: {{ .endpointCA.name }}
key: {{ .endpointCA.key }}
@@ -67,7 +67,7 @@ spec:
configuration:
destinationPath: {{ .Values.recovery.objectStore.destinationPath }}
endpointURL: {{ .Values.recovery.objectStore.endpointURL }}
{{- if .Values.recovery.objectStore.endpointCA.enabled }}
{{- if .Values.recovery.objectStore.endpointCA.name }}
endpointCA:
name: {{ .Values.recovery.objectStore.endpointCA.name }}
key: {{ .Values.recovery.objectStore.endpointCA.key }}