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