fix: add env for retention fix
All checks were successful
lint-and-test / lint-helm (push) Successful in 29s
lint-and-test / chart-testing (push) Successful in 50s
release-charts-postgres-cluster / release (push) Successful in 58s
renovate / renovate (push) Successful in 2m13s

This commit is contained in:
2026-01-22 18:12:49 -06:00
parent dc6604bb4a
commit 2681c3d246
3 changed files with 10 additions and 2 deletions

View File

@@ -15,6 +15,14 @@ metadata:
{{- end }}
spec:
retentionPolicy: {{ .retentionPolicy | default "7d" }}
# Required when not using AWS S3
# https://github.com/cloudnative-pg/cloudnative-pg/issues/8599
instanceSidecarConfiguration:
env:
- name: AWS_REQUEST_CHECKSUM_CALCULATION
value: when_required
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
configuration:
destinationPath: {{ include "cluster.backupDestinationPath" (dict "instance" . "global" $context) }}
endpointURL: {{ .endpointURL | default "http://garage-main.garage:3900" }}