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

@@ -420,7 +420,7 @@ recovery:
backup:
# -- You need to configure backups manually, so backups are disabled by default.
enabled: false
enabled: true
# -- Method to create backups, options currently are only objectStore
method: objectStore
@@ -435,11 +435,11 @@ backup:
# S3: s3://<bucket><path>
# Azure: https://<storageAccount>.<serviceName>.core.windows.net/<containerName><path>
# Google: gs://<bucket><path>
destinationPath: ""
destinationPath: s3://postgres-backups
# -- Overrides the provider specific default endpoint. Defaults to:
# S3: https://s3.<region>.amazonaws.com"
endpointURL: "" # Leave empty if using the default S3 endpoint
endpointURL: https://nyc3.digitaloceanspaces.com
# -- Specifies a CA bundle to validate a privately signed certificate.
endpointCA: