From 0fd741671c5e9a80521a51b20aa836ed1fa8be7a Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 13:34:30 +0200 Subject: [PATCH] Fix formatting of destinationPath in CloudNativePG backup configuration --- applications/templates/cloudnativepg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index 42ce00b..27765a9 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -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