Fix formatting of destinationPath in CloudNativePG backup configuration

This commit is contained in:
Marco van Zijl 2025-05-10 13:34:30 +02:00
parent 6ae33846a2
commit 0fd741671c

View File

@ -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