From 462bbe511b7277acfbabf2b034d9d110b312b22f Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 11:33:34 +0200 Subject: [PATCH] Fix typo in S3 credentials bucket name for Postgres 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 fcf476b..4c592e8 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -74,7 +74,7 @@ spec: destinationPath: "s3://backup-cnpg/" s3Credentials: accessKeyId: - name: postgrs-backup-bucket + name: postgres-backup-bucket key: ACCESS_KEY_ID secretAccessKey: name: postgres-backup-bucket