fix name helper
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 17s
All checks were successful
release-charts-postgres-cluster / release (push) Successful in 17s
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user