Fix formatting of destinationPath in CloudNativePG backup configuration
This commit is contained in:
parent
6ae33846a2
commit
0fd741671c
@ -74,7 +74,7 @@ spec:
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
endpointURL: http://${BUCKET_HOST}:${BUCKET_PORT}
|
||||
destinationPath: "s3://${BUCKET_NAME}/"
|
||||
destinationPath: s3://${BUCKET_NAME}/
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: postgres-backup-bucket
|
||||
|
||||
Loading…
Reference in New Issue
Block a user